#B7424A

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

Shades of Old Rose #B7424A

Tints of Old Rose #B7424A

Color information

#B7424A (or 0xB7424A) is unknown color: approx Old Rose. HEX triplet: B7, 42 and 4A. RGB value is (183,66,74). Sum of RGB (Red+Green+Blue) = 183+66+74=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7424A is #48BDB5. Grayscale: #656565. Windows color (decimal): -4767158 or 4866743. OLE color: 4866743.

HSL color Cylindrical-coordinate representation of color #B7424A: hue angle of 355.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7424A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1836674-
CMYK00.640.600.28
HSL355.9º46.99%48.82%-
HSV(B)355.9º63.93%71.76%-
XYZ22.7114.468.07-
YUV101.9112.26185.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=56.66%
G=20.43%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183667400.640.600.28355.946.9948.82
HexB7424A0403C1C1642f31
Octal267102112010074345445761
Binary10110111100001010010100100000011110011100101100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7424A; }

 p { color: rgb(183,66,74); }

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

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

 a { background-color: rgb(183,66,74); }

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

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

 span { border-color: rgb(183,66,74); }

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