Html Css Color HEX #B02C3E Old Rose

📋 copy color: '#B02C3E'

red 176 ◦ green 44 ◦ blue 62

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

Shades of Old Rose #B02C3E

Tints of Old Rose #B02C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.6%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 62.41%
G = 15.6%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B02C3E (or 0xB02C3E) is known color: Old Rose. HEX triplet: B0, 2C and 3E. RGB value is (176,44,62). Sum of RGB (Red+Green+Blue) = 176+44+62=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C3E is #4FD3C1. Grayscale: #555555. Windows color (decimal): -5231554 or 4074672. OLE color: 4074672.

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

Color convert

RGB 176 44 62 -
CMYK 0 0.75 0.65 0.31
HSL 351.82º 0.6% 0.43% -
HSV(B) 351.82º 0.75% 0.69% -
XYZ 19.67 11.38 5.72 -
YUV 85.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 176 44 62 0 0.75 0.65 0.31 351.82 0.6 0.43
Hex B0 2C 3E 0 4B 41 1F 160 3C 2B
Octal 260 54 76 0 113 101 37 540 74 53
Binary 10110000 101100 111110 0 1001011 1000001 11111 101100000 111100 101011

Color Harmonies of #B02C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C3E

Black with #B02C3E

Text Example


Text Example

White with #B02C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C3E; }

 p { color: rgb(176,44,62); }

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

background-color css

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

 a { background-color: rgb(176,44,62); }

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

border-color css

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

 span { border-color: rgb(176,44,62); }

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