Html Css Color HEX #B02D4E Old Rose

📋 copy color: '#B02D4E'

red 176 ◦ green 45 ◦ blue 78

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

Shades of Old Rose #B02D4E

Tints of Old Rose #B02D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.09%

R = 58.86%
G = 15.05%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B02D4E (or 0xB02D4E) is known color: Old Rose. HEX triplet: B0, 2D and 4E. RGB value is (176,45,78). Sum of RGB (Red+Green+Blue) = 176+45+78=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02D4E is #4FD2B1. Grayscale: #575757. Windows color (decimal): -5231282 or 5123504. OLE color: 5123504.

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

Color convert

RGB 176 45 78 -
CMYK 0 0.74 0.56 0.31
HSL 344.89º 0.59% 0.43% -
HSV(B) 344.89º 0.74% 0.69% -
XYZ 20.22 11.66 8.39 -
YUV 87.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 176 45 78 0 0.74 0.56 0.31 344.89 0.59 0.43
Hex B0 2D 4E 0 4A 38 1F 159 3B 2B
Octal 260 55 116 0 112 70 37 531 73 53
Binary 10110000 101101 1001110 0 1001010 111000 11111 101011001 111011 101011

Color Harmonies of #B02D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D4E

Black with #B02D4E

Text Example


Text Example

White with #B02D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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