Html Css Color HEX #410E1B Rustic Red

📋 copy color: '#410E1B'

red 65 ◦ green 14 ◦ blue 27

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

Shades of Rustic Red #410E1B

Tints of Rustic Red #410E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.21%

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 61.32%
G = 13.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#410E1B (or 0x410E1B) is known color: Rustic Red. HEX triplet: 41, 0E and 1B. RGB value is (65,14,27). Sum of RGB (Red+Green+Blue) = 65+14+27=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #410E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E1B is #BEF1E4. Grayscale: #1E1E1E. Windows color (decimal): -12513765 or 1773121. OLE color: 1773121.

HSL color Cylindrical-coordinate representation of color #410E1B: hue angle of 344.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E1B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 27 -
CMYK 0 0.78 0.58 0.75
HSL 344.71º 0.65% 0.15% -
HSV(B) 344.71º 0.78% 0.25% -
XYZ 2.53 1.52 1.2 -
YUV 30.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 65 14 27 0 0.78 0.58 0.75 344.71 0.65 0.15
Hex 41 E 1B 0 4E 3A 4B 159 41 F
Octal 101 16 33 0 116 72 113 531 101 17
Binary 1000001 1110 11011 0 1001110 111010 1001011 101011001 1000001 1111

Color Harmonies of #410E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E1B

Black with #410E1B

Text Example


Text Example

White with #410E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E1B; }

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

 H1.HeaderClassName
 {
   color: #410E1B;
 }
 .AnyTagClassName
 {
   color: #410E1B;
 }
</style>

background-color css

<style>
 a { background-color: #410E1B; }

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

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

border-color css

<style>
 span { border-color: #410E1B; }

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

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