Html Css Color HEX #410508 Rustic Red

📋 copy color: '#410508'

red 65 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #410508

Tints of Rustic Red #410508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

 BLUE value IS 8 (3.52% from 255) = 10.26%

R = 83.33%
G = 6.41%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#410508 (or 0x410508) is known color: Rustic Red. HEX triplet: 41, 05 and 08. RGB value is (65,5,8). Sum of RGB (Red+Green+Blue) = 65+5+8=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410508 is #BEFAF7. Grayscale: #171717. Windows color (decimal): -12516088 or 525633. OLE color: 525633.

HSL color Cylindrical-coordinate representation of color #410508: hue angle of 357º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410508 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 8 -
CMYK 0 0.92 0.88 0.75
HSL 357º 0.86% 0.14% -
HSV(B) 357º 0.92% 0.25% -
XYZ 2.28 1.25 0.35 -
YUV 23.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 65 5 8 0 0.92 0.88 0.75 357 0.86 0.14
Hex 41 5 8 0 5C 58 4B 165 56 E
Octal 101 5 10 0 134 130 113 545 126 16
Binary 1000001 101 1000 0 1011100 1011000 1001011 101100101 1010110 1110

Color Harmonies of #410508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410508

Black with #410508

Text Example


Text Example

White with #410508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410508; }

 p { color: rgb(65,5,8); }

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

background-color css

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

 a { background-color: rgb(65,5,8); }

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

border-color css

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

 span { border-color: rgb(65,5,8); }

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