Html Css Color HEX #B42446 Old Rose

📋 copy color: '#B42446'

red 180 ◦ green 36 ◦ blue 70

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

Shades of Old Rose #B42446

Tints of Old Rose #B42446

RGB

 RED value IS 180 (70.7% from 255) = 62.94%

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 62.94%
G = 12.59%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B42446 (or 0xB42446) is known color: Old Rose. HEX triplet: B4, 24 and 46. RGB value is (180,36,70). Sum of RGB (Red+Green+Blue) = 180+36+70=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B42446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42446 is #4BDBB9. Grayscale: #525252. Windows color (decimal): -4971450 or 4596916. OLE color: 4596916.

HSL color Cylindrical-coordinate representation of color #B42446: hue angle of 345.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42446 is Cyan = 0, Magento = 0.8, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 70 -
CMYK 0 0.8 0.61 0.29
HSL 345.83º 0.67% 0.42% -
HSV(B) 345.83º 0.8% 0.71% -
XYZ 20.56 11.41 6.91 -
YUV 82.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 180 36 70 0 0.8 0.61 0.29 345.83 0.67 0.42
Hex B4 24 46 0 50 3D 1D 15A 43 2A
Octal 264 44 106 0 120 75 35 532 103 52
Binary 10110100 100100 1000110 0 1010000 111101 11101 101011010 1000011 101010

Color Harmonies of #B42446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42446

Black with #B42446

Text Example


Text Example

White with #B42446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42446; }

 p { color: rgb(180,36,70); }

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

background-color css

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

 a { background-color: rgb(180,36,70); }

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

border-color css

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

 span { border-color: rgb(180,36,70); }

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