Html Css Color HEX #B42349 Old Rose

📋 copy color: '#B42349'

red 180 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #B42349

Tints of Old Rose #B42349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

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

R = 62.5%
G = 12.15%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B42349 (or 0xB42349) is known color: Old Rose. HEX triplet: B4, 23 and 49. RGB value is (180,35,73). Sum of RGB (Red+Green+Blue) = 180+35+73=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B42349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42349 is #4BDCB6. Grayscale: #525252. Windows color (decimal): -4971703 or 4793268. OLE color: 4793268.

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

Color convert

RGB 180 35 73 -
CMYK 0 0.81 0.59 0.29
HSL 344.28º 0.67% 0.42% -
HSV(B) 344.28º 0.81% 0.71% -
XYZ 20.63 11.39 7.41 -
YUV 82.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 180 35 73 0 0.81 0.59 0.29 344.28 0.67 0.42
Hex B4 23 49 0 51 3B 1D 158 43 2A
Octal 264 43 111 0 121 73 35 530 103 52
Binary 10110100 100011 1001001 0 1010001 111011 11101 101011000 1000011 101010

Color Harmonies of #B42349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42349

Black with #B42349

Text Example


Text Example

White with #B42349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42349; }

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

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

background-color css

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

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

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

border-color css

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

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

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