Html Css Color HEX #B42557 Old Rose

📋 copy color: '#B42557'

red 180 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #B42557

Tints of Old Rose #B42557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 59.21%
G = 12.17%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B42557 (or 0xB42557) is known color: Old Rose. HEX triplet: B4, 25 and 57. RGB value is (180,37,87). Sum of RGB (Red+Green+Blue) = 180+37+87=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42557 is #4BDAA8. Grayscale: #555555. Windows color (decimal): -4971177 or 5711284. OLE color: 5711284.

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

Color convert

RGB 180 37 87 -
CMYK 0 0.79 0.52 0.29
HSL 339.02º 0.66% 0.43% -
HSV(B) 339.02º 0.79% 0.71% -
XYZ 21.2 11.71 10.16 -
YUV 85.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 180 37 87 0 0.79 0.52 0.29 339.02 0.66 0.43
Hex B4 25 57 0 4F 34 1D 153 42 2B
Octal 264 45 127 0 117 64 35 523 102 53
Binary 10110100 100101 1010111 0 1001111 110100 11101 101010011 1000010 101011

Color Harmonies of #B42557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42557

Black with #B42557

Text Example


Text Example

White with #B42557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42557; }

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

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

background-color css

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

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

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

border-color css

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

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

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