#b24a26

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

Shades of Rose Of Sharon #B24A26

Tints of Rose Of Sharon #B24A26

Color information

#B24A26 (or 0xB24A26) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 4A and 26. RGB value is (178,74,38). Sum of RGB (Red+Green+Blue) = 178+74+38=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A26 is #4DB5D9. Grayscale: #656565. Windows color (decimal): -5092826 or 2509490. OLE color: 2509490.

HSL color Cylindrical-coordinate representation of color #B24A26: hue angle of 15.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B24A26 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1787438-
CMYK00.580.790.30
HSL15.43º64.81%42.35%-
HSV(B)15.43º78.65%69.8%-
XYZ21.1614.53.52-
YUV100.9992.46182.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.38%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=61.38%
G=25.52%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178743800.580.790.3015.4364.8142.35
HexB24A2603A4F1Ef412a
Octal26211246072117361710152
Binary101100101001010100110011101010011111111011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24a26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24a26; }

 p { color: rgb(178,74,38); }

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

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

 a { background-color: rgb(178,74,38); }

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

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

 span { border-color: rgb(178,74,38); }

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