Html Css Color HEX #41020A Rustic Red

📋 copy color: '#41020A'

red 65 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #41020A

Tints of Rustic Red #41020A

RGB

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

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

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

R = 84.42%
G = 2.6%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41020A (or 0x41020A) is known color: Rustic Red. HEX triplet: 41, 02 and 0A. RGB value is (65,2,10). Sum of RGB (Red+Green+Blue) = 65+2+10=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #41020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020A is #BEFDF5. Grayscale: #151515. Windows color (decimal): -12516854 or 655937. OLE color: 655937.

HSL color Cylindrical-coordinate representation of color #41020A: hue angle of 352.38º 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 #41020A is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 10 -
CMYK 0 0.97 0.85 0.75
HSL 352.38º 0.94% 0.13% -
HSV(B) 352.38º 0.97% 0.25% -
XYZ 2.26 1.19 0.4 -
YUV 21.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 65 2 10 0 0.97 0.85 0.75 352.38 0.94 0.13
Hex 41 2 A 0 61 55 4B 160 5E D
Octal 101 2 12 0 141 125 113 540 136 15
Binary 1000001 10 1010 0 1100001 1010101 1001011 101100000 1011110 1101

Color Harmonies of #41020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41020A

Black with #41020A

Text Example


Text Example

White with #41020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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