Html Css Color HEX #B02146 Old Rose

📋 copy color: '#B02146'

red 176 ◦ green 33 ◦ blue 70

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

Shades of Old Rose #B02146

Tints of Old Rose #B02146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 63.08%
G = 11.83%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B02146 (or 0xB02146) is known color: Old Rose. HEX triplet: B0, 21 and 46. RGB value is (176,33,70). Sum of RGB (Red+Green+Blue) = 176+33+70=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B02146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02146 is #4FDEB9. Grayscale: #4F4F4F. Windows color (decimal): -5234362 or 4596144. OLE color: 4596144.

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

Color convert

RGB 176 33 70 -
CMYK 0 0.81 0.60 0.31
HSL 344.48º 0.68% 0.41% -
HSV(B) 344.48º 0.81% 0.69% -
XYZ 19.55 10.76 6.84 -
YUV 79.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 176 33 70 0 0.81 0.60 0.31 344.48 0.68 0.41
Hex B0 21 46 0 51 3C 1F 158 44 29
Octal 260 41 106 0 121 74 37 530 104 51
Binary 10110000 100001 1000110 0 1010001 111100 11111 101011000 1000100 101001

Color Harmonies of #B02146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02146

Black with #B02146

Text Example


Text Example

White with #B02146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02146; }

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

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

background-color css

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

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

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

border-color css

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

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

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