Html Css Color HEX #B02B3F Old Rose

📋 copy color: '#B02B3F'

red 176 ◦ green 43 ◦ blue 63

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

Shades of Old Rose #B02B3F

Tints of Old Rose #B02B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 62.41%
G = 15.25%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B02B3F (or 0xB02B3F) is known color: Old Rose. HEX triplet: B0, 2B and 3F. RGB value is (176,43,63). Sum of RGB (Red+Green+Blue) = 176+43+63=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B3F is #4FD4C0. Grayscale: #555555. Windows color (decimal): -5231809 or 4139952. OLE color: 4139952.

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

Color convert

RGB 176 43 63 -
CMYK 0 0.76 0.64 0.31
HSL 350.98º 0.61% 0.43% -
HSV(B) 350.98º 0.76% 0.69% -
XYZ 19.67 11.32 5.85 -
YUV 85.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 176 43 63 0 0.76 0.64 0.31 350.98 0.61 0.43
Hex B0 2B 3F 0 4C 40 1F 15F 3D 2B
Octal 260 53 77 0 114 100 37 537 75 53
Binary 10110000 101011 111111 0 1001100 1000000 11111 101011111 111101 101011

Color Harmonies of #B02B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B3F

Black with #B02B3F

Text Example


Text Example

White with #B02B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B3F; }

 p { color: rgb(176,43,63); }

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

background-color css

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

 a { background-color: rgb(176,43,63); }

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

border-color css

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

 span { border-color: rgb(176,43,63); }

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