Html Css Color HEX #410C0D Rustic Red

📋 copy color: '#410C0D'

red 65 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #410C0D

Tints of Rustic Red #410C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.44%

R = 72.22%
G = 13.33%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#410C0D (or 0x410C0D) is known color: Rustic Red. HEX triplet: 41, 0C and 0D. RGB value is (65,12,13). Sum of RGB (Red+Green+Blue) = 65+12+13=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C0D is #BEF3F2. Grayscale: #1C1C1C. Windows color (decimal): -12514291 or 855105. OLE color: 855105.

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

Color convert

RGB 65 12 13 -
CMYK 0 0.82 0.80 0.75
HSL 358.87º 0.69% 0.15% -
HSV(B) 358.87º 0.82% 0.25% -
XYZ 2.38 1.42 0.53 -
YUV 27.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 65 12 13 0 0.82 0.80 0.75 358.87 0.69 0.15
Hex 41 C D 0 52 50 4B 167 45 F
Octal 101 14 15 0 122 120 113 547 105 17
Binary 1000001 1100 1101 0 1010010 1010000 1001011 101100111 1000101 1111

Color Harmonies of #410C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C0D

Black with #410C0D

Text Example


Text Example

White with #410C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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