Html Css Color HEX #B02D3E Old Rose

📋 copy color: '#B02D3E'

red 176 ◦ green 45 ◦ blue 62

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

Shades of Old Rose #B02D3E

Tints of Old Rose #B02D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 62.19%
G = 15.9%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B02D3E (or 0xB02D3E) is known color: Old Rose. HEX triplet: B0, 2D and 3E. RGB value is (176,45,62). Sum of RGB (Red+Green+Blue) = 176+45+62=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D3E is #4FD2C1. Grayscale: #565656. Windows color (decimal): -5231298 or 4074928. OLE color: 4074928.

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

Color convert

RGB 176 45 62 -
CMYK 0 0.74 0.65 0.31
HSL 352.21º 0.59% 0.43% -
HSV(B) 352.21º 0.74% 0.69% -
XYZ 19.71 11.45 5.73 -
YUV 86.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 176 45 62 0 0.74 0.65 0.31 352.21 0.59 0.43
Hex B0 2D 3E 0 4A 41 1F 160 3B 2B
Octal 260 55 76 0 112 101 37 540 73 53
Binary 10110000 101101 111110 0 1001010 1000001 11111 101100000 111011 101011

Color Harmonies of #B02D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D3E

Black with #B02D3E

Text Example


Text Example

White with #B02D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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