Html Css Color HEX #41020C Rustic Red

📋 copy color: '#41020C'

red 65 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #41020C

Tints of Rustic Red #41020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.19%

R = 82.28%
G = 2.53%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41020C (or 0x41020C) is known color: Rustic Red. HEX triplet: 41, 02 and 0C. RGB value is (65,2,12). Sum of RGB (Red+Green+Blue) = 65+2+12=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #41020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020C is #BEFDF3. Grayscale: #161616. Windows color (decimal): -12516852 or 787009. OLE color: 787009.

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

Color convert

RGB 65 2 12 -
CMYK 0 0.97 0.82 0.75
HSL 350.48º 0.94% 0.13% -
HSV(B) 350.48º 0.97% 0.25% -
XYZ 2.27 1.19 0.46 -
YUV 21.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 65 2 12 0 0.97 0.82 0.75 350.48 0.94 0.13
Hex 41 2 C 0 61 52 4B 15E 5E D
Octal 101 2 14 0 141 122 113 536 136 15
Binary 1000001 10 1100 0 1100001 1010010 1001011 101011110 1011110 1101

Color Harmonies of #41020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41020C

Black with #41020C

Text Example


Text Example

White with #41020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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