Html Css Color HEX #240106 Rustic Red

📋 copy color: '#240106'

red 36 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #240106

Tints of Rustic Red #240106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.33%

 BLUE value IS 6 (2.73% from 255) = 13.95%

R = 83.72%
G = 2.33%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#240106 (or 0x240106) is known color: Rustic Red. HEX triplet: 24, 01 and 06. RGB value is (36,1,6). Sum of RGB (Red+Green+Blue) = 36+1+6=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240106 is #DBFEF9. Grayscale: #0C0C0C. Windows color (decimal): -14417658 or 393508. OLE color: 393508.

HSL color Cylindrical-coordinate representation of color #240106: hue angle of 351.43º 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 #240106 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 1 6 -
CMYK 0 0.97 0.83 0.86
HSL 351.43º 0.95% 0.07% -
HSV(B) 351.43º 0.97% 0.14% -
XYZ 0.77 0.41 0.21 -
YUV 12.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 36 1 6 0 0.97 0.83 0.86 351.43 0.95 0.07
Hex 24 1 6 0 61 53 56 15F 5F 7
Octal 44 1 6 0 141 123 126 537 137 7
Binary 100100 1 110 0 1100001 1010011 1010110 101011111 1011111 111

Color Harmonies of #240106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240106

Black with #240106

Text Example


Text Example

White with #240106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240106; }

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

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

background-color css

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

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

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

border-color css

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

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

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