Html Css Color HEX #B02847 Old Rose

📋 copy color: '#B02847'

red 176 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #B02847

Tints of Old Rose #B02847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 61.32%
G = 13.94%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B02847 (or 0xB02847) is known color: Old Rose. HEX triplet: B0, 28 and 47. RGB value is (176,40,71). Sum of RGB (Red+Green+Blue) = 176+40+71=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B02847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02847 is #4FD7B8. Grayscale: #545454. Windows color (decimal): -5232569 or 4663472. OLE color: 4663472.

HSL color Cylindrical-coordinate representation of color #B02847: hue angle of 346.32º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02847 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 71 -
CMYK 0 0.77 0.60 0.31
HSL 346.32º 0.63% 0.42% -
HSV(B) 346.32º 0.77% 0.69% -
XYZ 19.8 11.2 7.08 -
YUV 84.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 176 40 71 0 0.77 0.60 0.31 346.32 0.63 0.42
Hex B0 28 47 0 4D 3C 1F 15A 3F 2A
Octal 260 50 107 0 115 74 37 532 77 52
Binary 10110000 101000 1000111 0 1001101 111100 11111 101011010 111111 101010

Color Harmonies of #B02847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02847

Black with #B02847

Text Example


Text Example

White with #B02847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02847; }

 p { color: rgb(176,40,71); }

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

background-color css

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

 a { background-color: rgb(176,40,71); }

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

border-color css

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

 span { border-color: rgb(176,40,71); }

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