Html Css Color HEX #41030E Rustic Red

📋 copy color: '#41030E'

red 65 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #41030E

Tints of Rustic Red #41030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.66%

 BLUE value IS 14 (5.86% from 255) = 17.07%

R = 79.27%
G = 3.66%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41030E (or 0x41030E) is known color: Rustic Red. HEX triplet: 41, 03 and 0E. RGB value is (65,3,14). Sum of RGB (Red+Green+Blue) = 65+3+14=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41030E is #BEFCF1. Grayscale: #161616. Windows color (decimal): -12516594 or 918337. OLE color: 918337.

HSL color Cylindrical-coordinate representation of color #41030E: hue angle of 349.35º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41030E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 14 -
CMYK 0 0.95 0.78 0.75
HSL 349.35º 0.91% 0.13% -
HSV(B) 349.35º 0.95% 0.25% -
XYZ 2.29 1.22 0.53 -
YUV 22.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 65 3 14 0 0.95 0.78 0.75 349.35 0.91 0.13
Hex 41 3 E 0 5F 4E 4B 15D 5B D
Octal 101 3 16 0 137 116 113 535 133 15
Binary 1000001 11 1110 0 1011111 1001110 1001011 101011101 1011011 1101

Color Harmonies of #41030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41030E

Black with #41030E

Text Example


Text Example

White with #41030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41030E; }

 p { color: rgb(65,3,14); }

 H1.HeaderClassName
 {
   color: #41030E;
 }
 .AnyTagClassName
 {
   color: #41030E;
 }
</style>

background-color css

<style>
 a { background-color: #41030E; }

 a { background-color: rgb(65,3,14); }

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

border-color css

<style>
 span { border-color: #41030E; }

 span { border-color: rgb(65,3,14); }

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