Html Css Color HEX #41040C Rustic Red

📋 copy color: '#41040C'

red 65 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #41040C

Tints of Rustic Red #41040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.94%

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

R = 80.25%
G = 4.94%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41040C (or 0x41040C) is known color: Rustic Red. HEX triplet: 41, 04 and 0C. RGB value is (65,4,12). Sum of RGB (Red+Green+Blue) = 65+4+12=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #41040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040C is #BEFBF3. Grayscale: #171717. Windows color (decimal): -12516340 or 787521. OLE color: 787521.

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

Color convert

RGB 65 4 12 -
CMYK 0 0.94 0.82 0.75
HSL 352.13º 0.88% 0.14% -
HSV(B) 352.13º 0.94% 0.25% -
XYZ 2.29 1.24 0.47 -
YUV 23.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 65 4 12 0 0.94 0.82 0.75 352.13 0.88 0.14
Hex 41 4 C 0 5E 52 4B 160 58 E
Octal 101 4 14 0 136 122 113 540 130 16
Binary 1000001 100 1100 0 1011110 1010010 1001011 101100000 1011000 1110

Color Harmonies of #41040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41040C

Black with #41040C

Text Example


Text Example

White with #41040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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