Html Css Color HEX #410004 Rustic Red

📋 copy color: '#410004'

red 65 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #410004

Tints of Rustic Red #410004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.2%
G = 0%
B = 5.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#410004 (or 0x410004) is known color: Rustic Red. HEX triplet: 41, 00 and 04. RGB value is (65,0,4). Sum of RGB (Red+Green+Blue) = 65+0+4=69 (9% of max value = 765). Red value is 65 (25.78% from 255 or 94.20% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 65 - color contains mainly: red. Hex color #410004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410004 is #BEFFFB. Grayscale: #131313. Windows color (decimal): -12517372 or 262209. OLE color: 262209.

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

Color convert

RGB 65 0 4 -
CMYK 0 1 0.94 0.75
HSL 356.31º 1% 0.13% -
HSV(B) 356.31º 1% 0.25% -
XYZ 2.2 1.13 0.22 -
YUV 19.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 65 0 4 0 1 0.94 0.75 356.31 1 0.13
Hex 41 0 4 0 64 5E 4B 164 64 D
Octal 101 0 4 0 144 136 113 544 144 15
Binary 1000001 0 100 0 1100100 1011110 1001011 101100100 1100100 1101

Color Harmonies of #410004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410004

Black with #410004

Text Example


Text Example

White with #410004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410004; }

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

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

background-color css

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

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

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

border-color css

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

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

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