Html Css Color HEX #B42149 Old Rose

📋 copy color: '#B42149'

red 180 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #B42149

Tints of Old Rose #B42149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 62.94%
G = 11.54%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B42149 (or 0xB42149) is known color: Old Rose. HEX triplet: B4, 21 and 49. RGB value is (180,33,73). Sum of RGB (Red+Green+Blue) = 180+33+73=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B42149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42149 is #4BDEB6. Grayscale: #515151. Windows color (decimal): -4972215 or 4792756. OLE color: 4792756.

HSL color Cylindrical-coordinate representation of color #B42149: hue angle of 343.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42149 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 73 -
CMYK 0 0.82 0.59 0.29
HSL 343.67º 0.69% 0.42% -
HSV(B) 343.67º 0.82% 0.71% -
XYZ 20.57 11.27 7.39 -
YUV 81.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 180 33 73 0 0.82 0.59 0.29 343.67 0.69 0.42
Hex B4 21 49 0 52 3B 1D 158 45 2A
Octal 264 41 111 0 122 73 35 530 105 52
Binary 10110100 100001 1001001 0 1010010 111011 11101 101011000 1000101 101010

Color Harmonies of #B42149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42149

Black with #B42149

Text Example


Text Example

White with #B42149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42149; }

 p { color: rgb(180,33,73); }

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

background-color css

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

 a { background-color: rgb(180,33,73); }

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

border-color css

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

 span { border-color: rgb(180,33,73); }

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