Html Css Color HEX #410C15 Rustic Red

📋 copy color: '#410C15'

red 65 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #410C15

Tints of Rustic Red #410C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

 BLUE value IS 21 (8.59% from 255) = 21.43%

R = 66.33%
G = 12.24%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410C15 (or 0x410C15) is known color: Rustic Red. HEX triplet: 41, 0C and 15. RGB value is (65,12,21). Sum of RGB (Red+Green+Blue) = 65+12+21=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C15 is #BEF3EA. Grayscale: #1C1C1C. Windows color (decimal): -12514283 or 1379393. OLE color: 1379393.

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

Color convert

RGB 65 12 21 -
CMYK 0 0.82 0.68 0.75
HSL 349.81º 0.69% 0.15% -
HSV(B) 349.81º 0.82% 0.25% -
XYZ 2.45 1.44 0.86 -
YUV 28.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 65 12 21 0 0.82 0.68 0.75 349.81 0.69 0.15
Hex 41 C 15 0 52 44 4B 15E 45 F
Octal 101 14 25 0 122 104 113 536 105 17
Binary 1000001 1100 10101 0 1010010 1000100 1001011 101011110 1000101 1111

Color Harmonies of #410C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C15

Black with #410C15

Text Example


Text Example

White with #410C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,12,21); }

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

background-color css

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

 a { background-color: rgb(65,12,21); }

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

border-color css

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

 span { border-color: rgb(65,12,21); }

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