Html Css Color HEX #410B1A Rustic Red

📋 copy color: '#410B1A'

red 65 ◦ green 11 ◦ blue 26

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

Shades of Rustic Red #410B1A

Tints of Rustic Red #410B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.78%

 BLUE value IS 26 (10.55% from 255) = 25.49%

R = 63.73%
G = 10.78%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#410B1A (or 0x410B1A) is known color: Rustic Red. HEX triplet: 41, 0B and 1A. RGB value is (65,11,26). Sum of RGB (Red+Green+Blue) = 65+11+26=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B1A is #BEF4E5. Grayscale: #1C1C1C. Windows color (decimal): -12514534 or 1706817. OLE color: 1706817.

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

Color convert

RGB 65 11 26 -
CMYK 0 0.83 0.60 0.75
HSL 343.33º 0.71% 0.15% -
HSV(B) 343.33º 0.83% 0.25% -
XYZ 2.49 1.44 1.12 -
YUV 28.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 65 11 26 0 0.83 0.60 0.75 343.33 0.71 0.15
Hex 41 B 1A 0 53 3C 4B 157 47 F
Octal 101 13 32 0 123 74 113 527 107 17
Binary 1000001 1011 11010 0 1010011 111100 1001011 101010111 1000111 1111

Color Harmonies of #410B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B1A

Black with #410B1A

Text Example


Text Example

White with #410B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,11,26); }

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

background-color css

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

 a { background-color: rgb(65,11,26); }

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

border-color css

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

 span { border-color: rgb(65,11,26); }

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