Html Css Color HEX #B42548 Old Rose

📋 copy color: '#B42548'

red 180 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #B42548

Tints of Old Rose #B42548

RGB

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

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

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

R = 62.28%
G = 12.8%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B42548 (or 0xB42548) is known color: Old Rose. HEX triplet: B4, 25 and 48. RGB value is (180,37,72). Sum of RGB (Red+Green+Blue) = 180+37+72=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B42548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42548 is #4BDAB7. Grayscale: #535353. Windows color (decimal): -4971192 or 4728244. OLE color: 4728244.

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

Color convert

RGB 180 37 72 -
CMYK 0 0.79 0.60 0.29
HSL 345.31º 0.66% 0.43% -
HSV(B) 345.31º 0.79% 0.71% -
XYZ 20.65 11.49 7.26 -
YUV 83.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 180 37 72 0 0.79 0.60 0.29 345.31 0.66 0.43
Hex B4 25 48 0 4F 3C 1D 159 42 2B
Octal 264 45 110 0 117 74 35 531 102 53
Binary 10110100 100101 1001000 0 1001111 111100 11101 101011001 1000010 101011

Color Harmonies of #B42548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42548

Black with #B42548

Text Example


Text Example

White with #B42548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42548; }

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

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

background-color css

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

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

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

border-color css

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

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

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