#24060B

Color #24060B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #24060B

Tints of Rustic Red #24060B

Color information

#24060B (or 0x24060B) is unknown color: approx Rustic Red. HEX triplet: 24, 06 and 0B. RGB value is (36,6,11). Sum of RGB (Red+Green+Blue) = 36+6+11=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060B is #DBF9F4. Grayscale: #0F0F0F. Windows color (decimal): -14416373 or 722468. OLE color: 722468.

HSL color Cylindrical-coordinate representation of color #24060B: hue angle of 350º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24060B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB36611-
CMYK00.830.690.86
HSL350º71.43%8.24%-
HSV(B)350º83.33%14.12%-
XYZ0.850.530.37-
YUV15.54125.44142.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 67.92%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=67.92%
G=11.32%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3661100.830.690.8635071.438.24
Hex246B053455615e478
Octal44613012310512653610710
Binary1001001101011010100111000101101011010101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24060B; }

 p { color: rgb(36,6,11); }

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

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

 a { background-color: rgb(36,6,11); }

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

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

 span { border-color: rgb(36,6,11); }

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