Html Css Color HEX #410F12 Rustic Red

📋 copy color: '#410F12'

red 65 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #410F12

Tints of Rustic Red #410F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.31%

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

R = 66.33%
G = 15.31%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#410F12 (or 0x410F12) is known color: Rustic Red. HEX triplet: 41, 0F and 12. RGB value is (65,15,18). Sum of RGB (Red+Green+Blue) = 65+15+18=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F12 is #BEF0ED. Grayscale: #1E1E1E. Windows color (decimal): -12513518 or 1183553. OLE color: 1183553.

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

Color convert

RGB 65 15 18 -
CMYK 0 0.77 0.72 0.75
HSL 356.4º 0.63% 0.16% -
HSV(B) 356.4º 0.77% 0.25% -
XYZ 2.46 1.51 0.73 -
YUV 30.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 65 15 18 0 0.77 0.72 0.75 356.4 0.63 0.16
Hex 41 F 12 0 4D 48 4B 164 3E 10
Octal 101 17 22 0 115 110 113 544 76 20
Binary 1000001 1111 10010 0 1001101 1001000 1001011 101100100 111110 10000

Color Harmonies of #410F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F12

Black with #410F12

Text Example


Text Example

White with #410F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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