Html Css Color HEX #B42547 Old Rose

📋 copy color: '#B42547'

red 180 ◦ green 37 ◦ blue 71

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

Shades of Old Rose #B42547

Tints of Old Rose #B42547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.65%

R = 62.5%
G = 12.85%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B42547 (or 0xB42547) is known color: Old Rose. HEX triplet: B4, 25 and 47. RGB value is (180,37,71). Sum of RGB (Red+Green+Blue) = 180+37+71=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B42547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42547 is #4BDAB8. Grayscale: #535353. Windows color (decimal): -4971193 or 4662708. OLE color: 4662708.

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

Color convert

RGB 180 37 71 -
CMYK 0 0.79 0.61 0.29
HSL 345.73º 0.66% 0.43% -
HSV(B) 345.73º 0.79% 0.71% -
XYZ 20.62 11.48 7.09 -
YUV 83.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 180 37 71 0 0.79 0.61 0.29 345.73 0.66 0.43
Hex B4 25 47 0 4F 3D 1D 15A 42 2B
Octal 264 45 107 0 117 75 35 532 102 53
Binary 10110100 100101 1000111 0 1001111 111101 11101 101011010 1000010 101011

Color Harmonies of #B42547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42547

Black with #B42547

Text Example


Text Example

White with #B42547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42547; }

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

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

background-color css

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

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

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

border-color css

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

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

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