Html Css Color HEX #410A0B Rustic Red

📋 copy color: '#410A0B'

red 65 ◦ green 10 ◦ blue 11

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

Shades of Rustic Red #410A0B

Tints of Rustic Red #410A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.63%

 BLUE value IS 11 (4.69% from 255) = 12.79%

R = 75.58%
G = 11.63%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#410A0B (or 0x410A0B) is known color: Rustic Red. HEX triplet: 41, 0A and 0B. RGB value is (65,10,11). Sum of RGB (Red+Green+Blue) = 65+10+11=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A0B is #BEF5F4. Grayscale: #1A1A1A. Windows color (decimal): -12514805 or 723521. OLE color: 723521.

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

Color convert

RGB 65 10 11 -
CMYK 0 0.85 0.83 0.75
HSL 358.91º 0.73% 0.15% -
HSV(B) 358.91º 0.85% 0.25% -
XYZ 2.35 1.37 0.46 -
YUV 26.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 65 10 11 0 0.85 0.83 0.75 358.91 0.73 0.15
Hex 41 A B 0 55 53 4B 167 49 F
Octal 101 12 13 0 125 123 113 547 111 17
Binary 1000001 1010 1011 0 1010101 1010011 1001011 101100111 1001001 1111

Color Harmonies of #410A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A0B

Black with #410A0B

Text Example


Text Example

White with #410A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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