Html Css Color HEX #410C18 Rustic Red

📋 copy color: '#410C18'

red 65 ◦ green 12 ◦ blue 24

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

Shades of Rustic Red #410C18

Tints of Rustic Red #410C18

RGB

 RED value IS 65 (25.78% from 255) = 64.36%

 GREEN value IS 12 (5.08% from 255) = 11.88%

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

R = 64.36%
G = 11.88%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#410C18 (or 0x410C18) is known color: Rustic Red. HEX triplet: 41, 0C and 18. RGB value is (65,12,24). Sum of RGB (Red+Green+Blue) = 65+12+24=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C18 is #BEF3E7. Grayscale: #1D1D1D. Windows color (decimal): -12514280 or 1576001. OLE color: 1576001.

HSL color Cylindrical-coordinate representation of color #410C18: hue angle of 346.42º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C18 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 12 24 -
CMYK 0 0.82 0.63 0.75
HSL 346.42º 0.69% 0.15% -
HSV(B) 346.42º 0.82% 0.25% -
XYZ 2.48 1.45 1.01 -
YUV 29.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 65 12 24 0 0.82 0.63 0.75 346.42 0.69 0.15
Hex 41 C 18 0 52 3F 4B 15A 45 F
Octal 101 14 30 0 122 77 113 532 105 17
Binary 1000001 1100 11000 0 1010010 111111 1001011 101011010 1000101 1111

Color Harmonies of #410C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C18

Black with #410C18

Text Example


Text Example

White with #410C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410C18; }

 p { color: rgb(65,12,24); }

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

background-color css

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

 a { background-color: rgb(65,12,24); }

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

border-color css

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

 span { border-color: rgb(65,12,24); }

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