Html Css Color HEX #BF3C48 Old Rose

📋 copy color: '#BF3C48'

red 191 ◦ green 60 ◦ blue 72

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

Shades of Old Rose #BF3C48

Tints of Old Rose #BF3C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 59.13%
G = 18.58%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF3C48 (or 0xBF3C48) is known color: Old Rose. HEX triplet: BF, 3C and 48. RGB value is (191,60,72). Sum of RGB (Red+Green+Blue) = 191+60+72=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C48 is #40C3B7. Grayscale: #646464. Windows color (decimal): -4244408 or 4734143. OLE color: 4734143.

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

Color convert

RGB 191 60 72 -
CMYK 0 0.69 0.62 0.25
HSL 354.5º 0.52% 0.49% -
HSV(B) 354.5º 0.69% 0.75% -
XYZ 24.27 14.78 7.7 -
YUV 100.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 191 60 72 0 0.69 0.62 0.25 354.5 0.52 0.49
Hex BF 3C 48 0 45 3E 19 163 34 31
Octal 277 74 110 0 105 76 31 543 64 61
Binary 10111111 111100 1001000 0 1000101 111110 11001 101100011 110100 110001

Color Harmonies of #BF3C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C48

Black with #BF3C48

Text Example


Text Example

White with #BF3C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C48; }

 p { color: rgb(191,60,72); }

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

background-color css

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

 a { background-color: rgb(191,60,72); }

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

border-color css

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

 span { border-color: rgb(191,60,72); }

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