Html Css Color HEX #B42458 Old Rose

📋 copy color: '#B42458'

red 180 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #B42458

Tints of Old Rose #B42458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 59.21%
G = 11.84%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B42458 (or 0xB42458) is known color: Old Rose. HEX triplet: B4, 24 and 58. RGB value is (180,36,88). Sum of RGB (Red+Green+Blue) = 180+36+88=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42458 is #4BDBA7. Grayscale: #545454. Windows color (decimal): -4971432 or 5776564. OLE color: 5776564.

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

Color convert

RGB 180 36 88 -
CMYK 0 0.8 0.51 0.29
HSL 338.33º 0.67% 0.42% -
HSV(B) 338.33º 0.8% 0.71% -
XYZ 21.21 11.67 10.37 -
YUV 84.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 180 36 88 0 0.8 0.51 0.29 338.33 0.67 0.42
Hex B4 24 58 0 50 33 1D 152 43 2A
Octal 264 44 130 0 120 63 35 522 103 52
Binary 10110100 100100 1011000 0 1010000 110011 11101 101010010 1000011 101010

Color Harmonies of #B42458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42458

Black with #B42458

Text Example


Text Example

White with #B42458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42458; }

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

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

background-color css

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

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

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

border-color css

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

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

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