#24030B

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

Shades of Rustic Red #24030B

Tints of Rustic Red #24030B

Color information

#24030B (or 0x24030B) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 0B. RGB value is (36,3,11). Sum of RGB (Red+Green+Blue) = 36+3+11=50 (6% of max value = 765). Red value is 36 (14.45% from 255 or 72% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 36 - color contains mainly: red. Hex color #24030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24030B is #DBFCF4. Grayscale: #0D0D0D. Windows color (decimal): -14417141 or 721700. OLE color: 721700.

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

Color convert

RGB36311-
CMYK00.920.690.86
HSL345.45º84.62%7.65%-
HSV(B)345.45º91.67%14.12%-
XYZ0.820.460.36-
YUV13.78126.43143.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 72%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 11 (4.69% from 255) = 22%
R=72%
G=6%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631100.920.690.86345.4584.627.65
Hex243B05C4556159558
Octal44313013410512653112510
Binary100100111011010111001000101101011010101100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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