Html Css Color HEX #BF2448 Old Rose

📋 copy color: '#BF2448'

red 191 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #BF2448

Tints of Old Rose #BF2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 63.88%
G = 12.04%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF2448 (or 0xBF2448) is known color: Old Rose. HEX triplet: BF, 24 and 48. RGB value is (191,36,72). Sum of RGB (Red+Green+Blue) = 191+36+72=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2448 is #40DBB7. Grayscale: #565656. Windows color (decimal): -4250552 or 4727999. OLE color: 4727999.

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

Color convert

RGB 191 36 72 -
CMYK 0 0.81 0.62 0.25
HSL 346.06º 0.68% 0.45% -
HSV(B) 346.06º 0.81% 0.75% -
XYZ 23.29 12.81 7.38 -
YUV 86.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 191 36 72 0 0.81 0.62 0.25 346.06 0.68 0.45
Hex BF 24 48 0 51 3E 19 15A 44 2D
Octal 277 44 110 0 121 76 31 532 104 55
Binary 10111111 100100 1001000 0 1010001 111110 11001 101011010 1000100 101101

Color Harmonies of #BF2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2448

Black with #BF2448

Text Example


Text Example

White with #BF2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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