Html Css Color HEX #B01949 Old Rose

📋 copy color: '#B01949'

red 176 ◦ green 25 ◦ blue 73

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

Shades of Old Rose #B01949

Tints of Old Rose #B01949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 64.23%
G = 9.12%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B01949 (or 0xB01949) is known color: Old Rose. HEX triplet: B0, 19 and 49. RGB value is (176,25,73). Sum of RGB (Red+Green+Blue) = 176+25+73=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B01949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01949 is #4FE6B6. Grayscale: #4B4B4B. Windows color (decimal): -5236407 or 4790704. OLE color: 4790704.

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

Color convert

RGB 176 25 73 -
CMYK 0 0.86 0.59 0.31
HSL 340.93º 0.75% 0.39% -
HSV(B) 340.93º 0.86% 0.69% -
XYZ 19.45 10.41 7.29 -
YUV 75.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 176 25 73 0 0.86 0.59 0.31 340.93 0.75 0.39
Hex B0 19 49 0 56 3B 1F 155 4B 27
Octal 260 31 111 0 126 73 37 525 113 47
Binary 10110000 11001 1001001 0 1010110 111011 11111 101010101 1001011 100111

Color Harmonies of #B01949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01949

Black with #B01949

Text Example


Text Example

White with #B01949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01949; }

 p { color: rgb(176,25,73); }

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

background-color css

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

 a { background-color: rgb(176,25,73); }

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

border-color css

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

 span { border-color: rgb(176,25,73); }

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