#B42742

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

Shades of Old Rose #B42742

Tints of Old Rose #B42742

Color information

#B42742 (or 0xB42742) is unknown color: approx Old Rose. HEX triplet: B4, 27 and 42. RGB value is (180,39,66). Sum of RGB (Red+Green+Blue) = 180+39+66=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42742 is #4BD8BD. Grayscale: #545454. Windows color (decimal): -4970686 or 4335540. OLE color: 4335540.

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

Color convert

RGB1803966-
CMYK00.780.630.29
HSL348.51º64.38%42.94%-
HSV(B)348.51º78.33%70.59%-
XYZ20.5311.556.3-
YUV84.24117.71196.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=63.16%
G=13.68%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180396600.780.630.29348.5164.3842.94
HexB4274204E3F1D15d402b
Octal264471020116773553510053
Binary10110100100111100001001001110111111111011010111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42742; }

 p { color: rgb(180,39,66); }

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

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

 a { background-color: rgb(180,39,66); }

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

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

 span { border-color: rgb(180,39,66); }

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