Html Css Color HEX #24030D Rustic Red

📋 copy color: '#24030D'

red 36 ◦ green 3 ◦ blue 13

#24030D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #24030D

Tints of Rustic Red #24030D

RGB

 RED value IS 36 (14.45% from 255) = 69.23%

 GREEN value IS 3 (1.56% from 255) = 5.77%

 BLUE value IS 13 (5.47% from 255) = 25%

R = 69.23%
G = 5.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24030D (or 0x24030D) is known color: Rustic Red. HEX triplet: 24, 03 and 0D. RGB value is (36,3,13). Sum of RGB (Red+Green+Blue) = 36+3+13=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #24030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24030D is #DBFCF2. Grayscale: #0D0D0D. Windows color (decimal): -14417139 or 852772. OLE color: 852772.

HSL color Cylindrical-coordinate representation of color #24030D: hue angle of 341.82º 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 #24030D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 3 13 -
CMYK 0 0.92 0.64 0.86
HSL 341.82º 0.85% 0.08% -
HSV(B) 341.82º 0.92% 0.14% -
XYZ 0.83 0.47 0.43 -
YUV 14.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 36 3 13 0 0.92 0.64 0.86 341.82 0.85 0.08
Hex 24 3 D 0 5C 40 56 156 55 8
Octal 44 3 15 0 134 100 126 526 125 10
Binary 100100 11 1101 0 1011100 1000000 1010110 101010110 1010101 1000

Color Harmonies of #24030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24030D

Black with #24030D

Text Example


Text Example

White with #24030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24030D;
 }
 .AnyTagClassName
 {
   color: #24030D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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