#24010B

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

Shades of Rustic Red #24010B

Tints of Rustic Red #24010B

Color information

#24010B (or 0x24010B) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 0B. RGB value is (36,1,11). Sum of RGB (Red+Green+Blue) = 36+1+11=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #24010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24010B is #DBFEF4. Grayscale: #0C0C0C. Windows color (decimal): -14417653 or 721188. OLE color: 721188.

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

Color convert

RGB36111-
CMYK00.970.690.86
HSL342.86º94.59%7.25%-
HSV(B)342.86º97.22%14.12%-
XYZ0.80.420.36-
YUV12.6127.1144.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=75%
G=2.08%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611100.970.690.86342.8694.597.25
Hex241B06145561575f7
Octal4411301411051265271377
Binary1001001101101100001100010110101101010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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