Html Css Color HEX #41040A Rustic Red

📋 copy color: '#41040A'

red 65 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #41040A

Tints of Rustic Red #41040A

RGB

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

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

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

R = 82.28%
G = 5.06%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41040A (or 0x41040A) is known color: Rustic Red. HEX triplet: 41, 04 and 0A. RGB value is (65,4,10). Sum of RGB (Red+Green+Blue) = 65+4+10=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #41040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040A is #BEFBF5. Grayscale: #161616. Windows color (decimal): -12516342 or 656449. OLE color: 656449.

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

Color convert

RGB 65 4 10 -
CMYK 0 0.94 0.85 0.75
HSL 354.1º 0.88% 0.14% -
HSV(B) 354.1º 0.94% 0.25% -
XYZ 2.28 1.23 0.4 -
YUV 22.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 65 4 10 0 0.94 0.85 0.75 354.1 0.88 0.14
Hex 41 4 A 0 5E 55 4B 162 58 E
Octal 101 4 12 0 136 125 113 542 130 16
Binary 1000001 100 1010 0 1011110 1010101 1001011 101100010 1011000 1110

Color Harmonies of #41040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41040A

Black with #41040A

Text Example


Text Example

White with #41040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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