Html Css Color HEX #B42257 Old Rose

📋 copy color: '#B42257'

red 180 ◦ green 34 ◦ blue 87

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

Shades of Old Rose #B42257

Tints of Old Rose #B42257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 59.8%
G = 11.3%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B42257 (or 0xB42257) is known color: Old Rose. HEX triplet: B4, 22 and 57. RGB value is (180,34,87). Sum of RGB (Red+Green+Blue) = 180+34+87=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B42257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42257 is #4BDDA8. Grayscale: #535353. Windows color (decimal): -4971945 or 5710516. OLE color: 5710516.

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

Color convert

RGB 180 34 87 -
CMYK 0 0.81 0.52 0.29
HSL 338.22º 0.68% 0.42% -
HSV(B) 338.22º 0.81% 0.71% -
XYZ 21.11 11.54 10.13 -
YUV 83.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 180 34 87 0 0.81 0.52 0.29 338.22 0.68 0.42
Hex B4 22 57 0 51 34 1D 152 44 2A
Octal 264 42 127 0 121 64 35 522 104 52
Binary 10110100 100010 1010111 0 1010001 110100 11101 101010010 1000100 101010

Color Harmonies of #B42257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42257

Black with #B42257

Text Example


Text Example

White with #B42257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42257; }

 p { color: rgb(180,34,87); }

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

background-color css

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

 a { background-color: rgb(180,34,87); }

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

border-color css

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

 span { border-color: rgb(180,34,87); }

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