Html Css Color HEX #B42A48 Old Rose

📋 copy color: '#B42A48'

red 180 ◦ green 42 ◦ blue 72

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

Shades of Old Rose #B42A48

Tints of Old Rose #B42A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.29%

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

R = 61.22%
G = 14.29%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B42A48 (or 0xB42A48) is known color: Old Rose. HEX triplet: B4, 2A and 48. RGB value is (180,42,72). Sum of RGB (Red+Green+Blue) = 180+42+72=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A48 is #4BD5B7. Grayscale: #565656. Windows color (decimal): -4969912 or 4729524. OLE color: 4729524.

HSL color Cylindrical-coordinate representation of color #B42A48: hue angle of 346.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A48 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 42 72 -
CMYK 0 0.77 0.60 0.29
HSL 346.96º 0.62% 0.44% -
HSV(B) 346.96º 0.77% 0.71% -
XYZ 20.82 11.83 7.32 -
YUV 86.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 180 42 72 0 0.77 0.60 0.29 346.96 0.62 0.44
Hex B4 2A 48 0 4D 3C 1D 15B 3E 2C
Octal 264 52 110 0 115 74 35 533 76 54
Binary 10110100 101010 1001000 0 1001101 111100 11101 101011011 111110 101100

Color Harmonies of #B42A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A48

Black with #B42A48

Text Example


Text Example

White with #B42A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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