Html Css Color HEX #B42356 Old Rose

📋 copy color: '#B42356'

red 180 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #B42356

Tints of Old Rose #B42356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 86 (33.98% from 255) = 28.57%

R = 59.8%
G = 11.63%
B = 28.57%

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

#B42356 (or 0xB42356) is known color: Old Rose. HEX triplet: B4, 23 and 56. RGB value is (180,35,86). Sum of RGB (Red+Green+Blue) = 180+35+86=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B42356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42356 is #4BDCA9. Grayscale: #545454. Windows color (decimal): -4971690 or 5645236. OLE color: 5645236.

HSL color Cylindrical-coordinate representation of color #B42356: hue angle of 338.9º degrees, saturation: 0.67, 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 #B42356 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 86 -
CMYK 0 0.81 0.52 0.29
HSL 338.9º 0.67% 0.42% -
HSV(B) 338.9º 0.81% 0.71% -
XYZ 21.1 11.58 9.93 -
YUV 84.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 180 35 86 0 0.81 0.52 0.29 338.9 0.67 0.42
Hex B4 23 56 0 51 34 1D 153 43 2A
Octal 264 43 126 0 121 64 35 523 103 52
Binary 10110100 100011 1010110 0 1010001 110100 11101 101010011 1000011 101010

Color Harmonies of #B42356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42356

Black with #B42356

Text Example


Text Example

White with #B42356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42356; }

 p { color: rgb(180,35,86); }

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

background-color css

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

 a { background-color: rgb(180,35,86); }

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

border-color css

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

 span { border-color: rgb(180,35,86); }

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