Html Css Color HEX #B42546 Old Rose

📋 copy color: '#B42546'

red 180 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #B42546

Tints of Old Rose #B42546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 62.72%
G = 12.89%
B = 24.39%

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

#B42546 (or 0xB42546) is known color: Old Rose. HEX triplet: B4, 25 and 46. RGB value is (180,37,70). Sum of RGB (Red+Green+Blue) = 180+37+70=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42546 is #4BDAB9. Grayscale: #535353. Windows color (decimal): -4971194 or 4597172. OLE color: 4597172.

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

Color convert

RGB 180 37 70 -
CMYK 0 0.79 0.61 0.29
HSL 346.15º 0.66% 0.43% -
HSV(B) 346.15º 0.79% 0.71% -
XYZ 20.59 11.47 6.92 -
YUV 83.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 180 37 70 0 0.79 0.61 0.29 346.15 0.66 0.43
Hex B4 25 46 0 4F 3D 1D 15A 42 2B
Octal 264 45 106 0 117 75 35 532 102 53
Binary 10110100 100101 1000110 0 1001111 111101 11101 101011010 1000010 101011

Color Harmonies of #B42546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42546

Black with #B42546

Text Example


Text Example

White with #B42546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42546; }

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

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

background-color css

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

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

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

border-color css

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

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

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