Html Css Color HEX #B01E48 Old Rose

📋 copy color: '#B01E48'

red 176 ◦ green 30 ◦ blue 72

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

Shades of Old Rose #B01E48

Tints of Old Rose #B01E48

RGB

 RED value IS 176 (69.14% from 255) = 63.31%

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 63.31%
G = 10.79%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B01E48 (or 0xB01E48) is known color: Old Rose. HEX triplet: B0, 1E and 48. RGB value is (176,30,72). Sum of RGB (Red+Green+Blue) = 176+30+72=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E48 is #4FE1B7. Grayscale: #4E4E4E. Windows color (decimal): -5235128 or 4726448. OLE color: 4726448.

HSL color Cylindrical-coordinate representation of color #B01E48: hue angle of 342.74º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01E48 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 30 72 -
CMYK 0 0.83 0.59 0.31
HSL 342.74º 0.71% 0.4% -
HSV(B) 342.74º 0.83% 0.69% -
XYZ 19.54 10.63 7.15 -
YUV 78.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 176 30 72 0 0.83 0.59 0.31 342.74 0.71 0.4
Hex B0 1E 48 0 53 3B 1F 157 47 28
Octal 260 36 110 0 123 73 37 527 107 50
Binary 10110000 11110 1001000 0 1010011 111011 11111 101010111 1000111 101000

Color Harmonies of #B01E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E48

Black with #B01E48

Text Example


Text Example

White with #B01E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E48; }

 p { color: rgb(176,30,72); }

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

background-color css

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

 a { background-color: rgb(176,30,72); }

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

border-color css

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

 span { border-color: rgb(176,30,72); }

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