Html Css Color HEX #24070B Rustic Red

📋 copy color: '#24070B'

red 36 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #24070B

Tints of Rustic Red #24070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.96%

 BLUE value IS 11 (4.69% from 255) = 20.37%

R = 66.67%
G = 12.96%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#24070B (or 0x24070B) is known color: Rustic Red. HEX triplet: 24, 07 and 0B. RGB value is (36,7,11). Sum of RGB (Red+Green+Blue) = 36+7+11=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070B is #DBF8F4. Grayscale: #101010. Windows color (decimal): -14416117 or 722724. OLE color: 722724.

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

Color convert

RGB 36 7 11 -
CMYK 0 0.81 0.69 0.86
HSL 351.72º 0.67% 0.08% -
HSV(B) 351.72º 0.81% 0.14% -
XYZ 0.86 0.55 0.38 -
YUV 16.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 36 7 11 0 0.81 0.69 0.86 351.72 0.67 0.08
Hex 24 7 B 0 51 45 56 160 43 8
Octal 44 7 13 0 121 105 126 540 103 10
Binary 100100 111 1011 0 1010001 1000101 1010110 101100000 1000011 1000

Color Harmonies of #24070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24070B

Black with #24070B

Text Example


Text Example

White with #24070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24070B;
 }
 .AnyTagClassName
 {
   color: #24070B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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