#B74C24

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

Shades of Rose Of Sharon #B74C24

Tints of Rose Of Sharon #B74C24

Color information

#B74C24 (or 0xB74C24) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4C and 24. RGB value is (183,76,36). Sum of RGB (Red+Green+Blue) = 183+76+36=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C24 is #48B3DB. Grayscale: #676767. Windows color (decimal): -4764636 or 2378935. OLE color: 2378935.

HSL color Cylindrical-coordinate representation of color #B74C24: hue angle of 16.33º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B74C24 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1837636-
CMYK00.580.800.28
HSL16.33º67.12%42.94%-
HSV(B)16.33º80.33%71.76%-
XYZ22.4315.363.45-
YUV103.4389.95184.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=62.03%
G=25.76%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183763600.580.800.2816.3367.1242.94
HexB74C2403A501C10432b
Octal26711444072120342010353
Binary1011011110011001001000111010101000011100100001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C24; }

 p { color: rgb(183,76,36); }

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

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

 a { background-color: rgb(183,76,36); }

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

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

 span { border-color: rgb(183,76,36); }

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