#B42A41

Color #B42A41 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B42A41

Tints of Old Rose #B42A41

Color information

#B42A41 (or 0xB42A41) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 41. RGB value is (180,42,65). Sum of RGB (Red+Green+Blue) = 180+42+65=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A41 is #4BD5BE. Grayscale: #555555. Windows color (decimal): -4969919 or 4270772. OLE color: 4270772.

HSL color Cylindrical-coordinate representation of color #B42A41: hue angle of 350º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A41 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1804265-
CMYK00.770.640.29
HSL350º62.16%43.53%-
HSV(B)350º76.67%70.59%-
XYZ20.611.746.18-
YUV85.88116.22195.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=62.72%
G=14.63%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180426500.770.640.2935062.1643.53
HexB42A4104D401D15e3e2c
Octal264521010115100355367654
Binary10110100101010100000101001101100000011101101011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A41; }

 p { color: rgb(180,42,65); }

 H1.HeaderClassName
 {
   color: #B42A41;
 }
 .AnyTagClassName
 {
   color: #B42A41;
 }
</style>
background-color css

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

 a { background-color: rgb(180,42,65); }

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

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

 span { border-color: rgb(180,42,65); }

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