Html Css Color HEX #410204 Rustic Red

📋 copy color: '#410204'

red 65 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #410204

Tints of Rustic Red #410204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.82%

 BLUE value IS 4 (1.95% from 255) = 5.63%

R = 91.55%
G = 2.82%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#410204 (or 0x410204) is known color: Rustic Red. HEX triplet: 41, 02 and 04. RGB value is (65,2,4). Sum of RGB (Red+Green+Blue) = 65+2+4=71 (9% of max value = 765). Red value is 65 (25.78% from 255 or 91.55% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 65 - color contains mainly: red. Hex color #410204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410204 is #BEFDFB. Grayscale: #151515. Windows color (decimal): -12516860 or 262721. OLE color: 262721.

HSL color Cylindrical-coordinate representation of color #410204: hue angle of 358.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410204 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 4 -
CMYK 0 0.97 0.94 0.75
HSL 358.1º 0.94% 0.13% -
HSV(B) 358.1º 0.97% 0.25% -
XYZ 2.22 1.18 0.22 -
YUV 21.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 65 2 4 0 0.97 0.94 0.75 358.1 0.94 0.13
Hex 41 2 4 0 61 5E 4B 166 5E D
Octal 101 2 4 0 141 136 113 546 136 15
Binary 1000001 10 100 0 1100001 1011110 1001011 101100110 1011110 1101

Color Harmonies of #410204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410204

Black with #410204

Text Example


Text Example

White with #410204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410204; }

 p { color: rgb(65,2,4); }

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

background-color css

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

 a { background-color: rgb(65,2,4); }

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

border-color css

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

 span { border-color: rgb(65,2,4); }

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