Html Css Color HEX #B42442 Old Rose

📋 copy color: '#B42442'

red 180 ◦ green 36 ◦ blue 66

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

Shades of Old Rose #B42442

Tints of Old Rose #B42442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 63.83%
G = 12.77%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B42442 (or 0xB42442) is known color: Old Rose. HEX triplet: B4, 24 and 42. RGB value is (180,36,66). Sum of RGB (Red+Green+Blue) = 180+36+66=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42442 is #4BDBBD. Grayscale: #525252. Windows color (decimal): -4971454 or 4334772. OLE color: 4334772.

HSL color Cylindrical-coordinate representation of color #B42442: hue angle of 347.5º 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 #B42442 is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 66 -
CMYK 0 0.8 0.63 0.29
HSL 347.5º 0.67% 0.42% -
HSV(B) 347.5º 0.8% 0.71% -
XYZ 20.44 11.36 6.27 -
YUV 82.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 180 36 66 0 0.8 0.63 0.29 347.5 0.67 0.42
Hex B4 24 42 0 50 3F 1D 15C 43 2A
Octal 264 44 102 0 120 77 35 534 103 52
Binary 10110100 100100 1000010 0 1010000 111111 11101 101011100 1000011 101010

Color Harmonies of #B42442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42442

Black with #B42442

Text Example


Text Example

White with #B42442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42442; }

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

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

background-color css

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

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

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

border-color css

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

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

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