Html Css Color HEX #440A18 Rustic Red

📋 copy color: '#440A18'

red 68 ◦ green 10 ◦ blue 24

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

Shades of Rustic Red #440A18

Tints of Rustic Red #440A18

RGB

 RED value IS 68 (26.95% from 255) = 66.67%

 GREEN value IS 10 (4.3% from 255) = 9.8%

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 66.67%
G = 9.8%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#440A18 (or 0x440A18) is known color: Rustic Red. HEX triplet: 44, 0A and 18. RGB value is (68,10,24). Sum of RGB (Red+Green+Blue) = 68+10+24=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #440A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A18 is #BBF5E7. Grayscale: #1C1C1C. Windows color (decimal): -12318184 or 1575492. OLE color: 1575492.

HSL color Cylindrical-coordinate representation of color #440A18: hue angle of 345.52º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A18 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 10 24 -
CMYK 0 0.85 0.65 0.73
HSL 345.52º 0.74% 0.15% -
HSV(B) 345.52º 0.85% 0.27% -
XYZ 2.66 1.51 1.02 -
YUV 28.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 68 10 24 0 0.85 0.65 0.73 345.52 0.74 0.15
Hex 44 A 18 0 55 41 49 15A 4A F
Octal 104 12 30 0 125 101 111 532 112 17
Binary 1000100 1010 11000 0 1010101 1000001 1001001 101011010 1001010 1111

Color Harmonies of #440A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A18

Black with #440A18

Text Example


Text Example

White with #440A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440A18; }

 p { color: rgb(68,10,24); }

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

background-color css

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

 a { background-color: rgb(68,10,24); }

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

border-color css

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

 span { border-color: rgb(68,10,24); }

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