Html Css Color HEX #BF1D5C Old Rose

📋 copy color: '#BF1D5C'

red 191 ◦ green 29 ◦ blue 92

#BF1D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BF1D5C

Tints of Old Rose #BF1D5C

RGB

 RED value IS 191 (75% from 255) = 61.22%

 GREEN value IS 29 (11.72% from 255) = 9.29%

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 61.22%
G = 9.29%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF1D5C (or 0xBF1D5C) is known color: Old Rose. HEX triplet: BF, 1D and 5C. RGB value is (191,29,92). Sum of RGB (Red+Green+Blue) = 191+29+92=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1D5C is #40E2A3. Grayscale: #545454. Windows color (decimal): -4252324 or 6036927. OLE color: 6036927.

HSL color Cylindrical-coordinate representation of color #BF1D5C: hue angle of 336.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D5C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 29 92 -
CMYK 0 0.85 0.52 0.25
HSL 336.67º 0.74% 0.43% -
HSV(B) 336.67º 0.85% 0.75% -
XYZ 23.86 12.73 11.32 -
YUV 84.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 191 29 92 0 0.85 0.52 0.25 336.67 0.74 0.43
Hex BF 1D 5C 0 55 34 19 151 4A 2B
Octal 277 35 134 0 125 64 31 521 112 53
Binary 10111111 11101 1011100 0 1010101 110100 11001 101010001 1001010 101011

Color Harmonies of #BF1D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1D5C

Black with #BF1D5C

Text Example


Text Example

White with #BF1D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1D5C; }

 p { color: rgb(191,29,92); }

 H1.HeaderClassName
 {
   color: #BF1D5C;
 }
 .AnyTagClassName
 {
   color: #BF1D5C;
 }
</style>

background-color css

<style>
 a { background-color: #BF1D5C; }

 a { background-color: rgb(191,29,92); }

 div.DivClassName
 {
   background-color: #BF1D5C;
 }
 .BgClassName
 {
   background-color: #BF1D5C;
 }
</style>

border-color css

<style>
 span { border-color: #BF1D5C; }

 span { border-color: rgb(191,29,92); }

 td.TdClassName
 {
   border-color: #BF1D5C;
 }
 .TagClassName
 {
   border-color: #BF1D5C;
 }
</style>