Html Css Color HEX #410B12 Rustic Red

📋 copy color: '#410B12'

red 65 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #410B12

Tints of Rustic Red #410B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.7%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 69.15%
G = 11.7%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#410B12 (or 0x410B12) is known color: Rustic Red. HEX triplet: 41, 0B and 12. RGB value is (65,11,18). Sum of RGB (Red+Green+Blue) = 65+11+18=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B12 is #BEF4ED. Grayscale: #1B1B1B. Windows color (decimal): -12514542 or 1182529. OLE color: 1182529.

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

Color convert

RGB 65 11 18 -
CMYK 0 0.83 0.72 0.75
HSL 352.22º 0.71% 0.15% -
HSV(B) 352.22º 0.83% 0.25% -
XYZ 2.41 1.41 0.72 -
YUV 27.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 65 11 18 0 0.83 0.72 0.75 352.22 0.71 0.15
Hex 41 B 12 0 53 48 4B 160 47 F
Octal 101 13 22 0 123 110 113 540 107 17
Binary 1000001 1011 10010 0 1010011 1001000 1001011 101100000 1000111 1111

Color Harmonies of #410B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B12

Black with #410B12

Text Example


Text Example

White with #410B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,11,18); }

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

background-color css

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

 a { background-color: rgb(65,11,18); }

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

border-color css

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

 span { border-color: rgb(65,11,18); }

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