Html Css Color HEX #41010A Rustic Red

📋 copy color: '#41010A'

red 65 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #41010A

Tints of Rustic Red #41010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 10 (4.3% from 255) = 13.16%

R = 85.53%
G = 1.32%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41010A (or 0x41010A) is known color: Rustic Red. HEX triplet: 41, 01 and 0A. RGB value is (65,1,10). Sum of RGB (Red+Green+Blue) = 65+1+10=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #41010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41010A is #BEFEF5. Grayscale: #151515. Windows color (decimal): -12517110 or 655681. OLE color: 655681.

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

Color convert

RGB 65 1 10 -
CMYK 0 0.98 0.85 0.75
HSL 351.56º 0.97% 0.13% -
HSV(B) 351.56º 0.98% 0.25% -
XYZ 2.25 1.17 0.39 -
YUV 21.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 65 1 10 0 0.98 0.85 0.75 351.56 0.97 0.13
Hex 41 1 A 0 62 55 4B 160 61 D
Octal 101 1 12 0 142 125 113 540 141 15
Binary 1000001 1 1010 0 1100010 1010101 1001011 101100000 1100001 1101

Color Harmonies of #41010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41010A

Black with #41010A

Text Example


Text Example

White with #41010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41010A; }

 p { color: rgb(65,1,10); }

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

background-color css

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

 a { background-color: rgb(65,1,10); }

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

border-color css

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

 span { border-color: rgb(65,1,10); }

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