Html Css Color HEX #BF2548 Old Rose

📋 copy color: '#BF2548'

red 191 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #BF2548

Tints of Old Rose #BF2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 63.67%
G = 12.33%
B = 24%

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

#BF2548 (or 0xBF2548) is known color: Old Rose. HEX triplet: BF, 25 and 48. RGB value is (191,37,72). Sum of RGB (Red+Green+Blue) = 191+37+72=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2548 is #40DAB7. Grayscale: #575757. Windows color (decimal): -4250296 or 4728255. OLE color: 4728255.

HSL color Cylindrical-coordinate representation of color #BF2548: hue angle of 346.36º 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 #BF2548 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 72 -
CMYK 0 0.81 0.62 0.25
HSL 346.36º 0.68% 0.45% -
HSV(B) 346.36º 0.81% 0.75% -
XYZ 23.32 12.87 7.39 -
YUV 87.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 191 37 72 0 0.81 0.62 0.25 346.36 0.68 0.45
Hex BF 25 48 0 51 3E 19 15A 44 2D
Octal 277 45 110 0 121 76 31 532 104 55
Binary 10111111 100101 1001000 0 1010001 111110 11001 101011010 1000100 101101

Color Harmonies of #BF2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2548

Black with #BF2548

Text Example


Text Example

White with #BF2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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