Html Css Color HEX #B02B4F Old Rose

📋 copy color: '#B02B4F'

red 176 ◦ green 43 ◦ blue 79

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

Shades of Old Rose #B02B4F

Tints of Old Rose #B02B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 59.06%
G = 14.43%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B02B4F (or 0xB02B4F) is known color: Old Rose. HEX triplet: B0, 2B and 4F. RGB value is (176,43,79). Sum of RGB (Red+Green+Blue) = 176+43+79=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B4F is #4FD4B0. Grayscale: #565656. Windows color (decimal): -5231793 or 5188528. OLE color: 5188528.

HSL color Cylindrical-coordinate representation of color #B02B4F: hue angle of 343.76º 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 #B02B4F is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 43 79 -
CMYK 0 0.76 0.55 0.31
HSL 343.76º 0.61% 0.43% -
HSV(B) 343.76º 0.76% 0.69% -
XYZ 20.18 11.52 8.56 -
YUV 86.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 176 43 79 0 0.76 0.55 0.31 343.76 0.61 0.43
Hex B0 2B 4F 0 4C 37 1F 158 3D 2B
Octal 260 53 117 0 114 67 37 530 75 53
Binary 10110000 101011 1001111 0 1001100 110111 11111 101011000 111101 101011

Color Harmonies of #B02B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B4F

Black with #B02B4F

Text Example


Text Example

White with #B02B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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