Html Css Color HEX #B42448 Old Rose

📋 copy color: '#B42448'

red 180 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #B42448

Tints of Old Rose #B42448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25%

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B42448 (or 0xB42448) is known color: Old Rose. HEX triplet: B4, 24 and 48. RGB value is (180,36,72). Sum of RGB (Red+Green+Blue) = 180+36+72=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B42448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42448 is #4BDBB7. Grayscale: #535353. Windows color (decimal): -4971448 or 4727988. OLE color: 4727988.

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

Color convert

RGB 180 36 72 -
CMYK 0 0.8 0.60 0.29
HSL 345º 0.67% 0.42% -
HSV(B) 345º 0.8% 0.71% -
XYZ 20.62 11.43 7.25 -
YUV 83.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 180 36 72 0 0.8 0.60 0.29 345 0.67 0.42
Hex B4 24 48 0 50 3C 1D 159 43 2A
Octal 264 44 110 0 120 74 35 531 103 52
Binary 10110100 100100 1001000 0 1010000 111100 11101 101011001 1000011 101010

Color Harmonies of #B42448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42448

Black with #B42448

Text Example


Text Example

White with #B42448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42448; }

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

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

background-color css

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

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

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

border-color css

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

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

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