Html Css Color HEX #410C14 Rustic Red

📋 copy color: '#410C14'

red 65 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #410C14

Tints of Rustic Red #410C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 67.01%
G = 12.37%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#410C14 (or 0x410C14) is known color: Rustic Red. HEX triplet: 41, 0C and 14. RGB value is (65,12,20). Sum of RGB (Red+Green+Blue) = 65+12+20=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C14 is #BEF3EB. Grayscale: #1C1C1C. Windows color (decimal): -12514284 or 1313857. OLE color: 1313857.

HSL color Cylindrical-coordinate representation of color #410C14: hue angle of 350.94º 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 #410C14 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 12 20 -
CMYK 0 0.82 0.69 0.75
HSL 350.94º 0.69% 0.15% -
HSV(B) 350.94º 0.82% 0.25% -
XYZ 2.44 1.44 0.81 -
YUV 28.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 65 12 20 0 0.82 0.69 0.75 350.94 0.69 0.15
Hex 41 C 14 0 52 45 4B 15F 45 F
Octal 101 14 24 0 122 105 113 537 105 17
Binary 1000001 1100 10100 0 1010010 1000101 1001011 101011111 1000101 1111

Color Harmonies of #410C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C14

Black with #410C14

Text Example


Text Example

White with #410C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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