Html Css Color HEX #B02145 Old Rose

📋 copy color: '#B02145'

red 176 ◦ green 33 ◦ blue 69

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

Shades of Old Rose #B02145

Tints of Old Rose #B02145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 63.31%
G = 11.87%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B02145 (or 0xB02145) is known color: Old Rose. HEX triplet: B0, 21 and 45. RGB value is (176,33,69). Sum of RGB (Red+Green+Blue) = 176+33+69=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B02145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02145 is #4FDEBA. Grayscale: #4F4F4F. Windows color (decimal): -5234363 or 4530608. OLE color: 4530608.

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

Color convert

RGB 176 33 69 -
CMYK 0 0.81 0.61 0.31
HSL 344.9º 0.68% 0.41% -
HSV(B) 344.9º 0.81% 0.69% -
XYZ 19.52 10.75 6.68 -
YUV 79.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 176 33 69 0 0.81 0.61 0.31 344.9 0.68 0.41
Hex B0 21 45 0 51 3D 1F 159 44 29
Octal 260 41 105 0 121 75 37 531 104 51
Binary 10110000 100001 1000101 0 1010001 111101 11111 101011001 1000100 101001

Color Harmonies of #B02145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02145

Black with #B02145

Text Example


Text Example

White with #B02145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02145; }

 p { color: rgb(176,33,69); }

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

background-color css

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

 a { background-color: rgb(176,33,69); }

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

border-color css

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

 span { border-color: rgb(176,33,69); }

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