Html Css Color HEX #B42047 Old Rose

📋 copy color: '#B42047'

red 180 ◦ green 32 ◦ blue 71

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

Shades of Old Rose #B42047

Tints of Old Rose #B42047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 71 (28.13% from 255) = 25.09%

R = 63.6%
G = 11.31%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B42047 (or 0xB42047) is known color: Old Rose. HEX triplet: B4, 20 and 47. RGB value is (180,32,71). Sum of RGB (Red+Green+Blue) = 180+32+71=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42047 is #4BDFB8. Grayscale: #505050. Windows color (decimal): -4972473 or 4661428. OLE color: 4661428.

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

Color convert

RGB 180 32 71 -
CMYK 0 0.82 0.61 0.29
HSL 344.19º 0.7% 0.42% -
HSV(B) 344.19º 0.82% 0.71% -
XYZ 20.48 11.19 7.04 -
YUV 80.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 180 32 71 0 0.82 0.61 0.29 344.19 0.7 0.42
Hex B4 20 47 0 52 3D 1D 158 46 2A
Octal 264 40 107 0 122 75 35 530 106 52
Binary 10110100 100000 1000111 0 1010010 111101 11101 101011000 1000110 101010

Color Harmonies of #B42047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42047

Black with #B42047

Text Example


Text Example

White with #B42047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42047; }

 p { color: rgb(180,32,71); }

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

background-color css

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

 a { background-color: rgb(180,32,71); }

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

border-color css

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

 span { border-color: rgb(180,32,71); }

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