Html Css Color HEX #411C1D Rustic Red

📋 copy color: '#411C1D'

red 65 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #411C1D

Tints of Rustic Red #411C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 53.28%
G = 22.95%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#411C1D (or 0x411C1D) is known color: Rustic Red. HEX triplet: 41, 1C and 1D. RGB value is (65,28,29). Sum of RGB (Red+Green+Blue) = 65+28+29=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1D is #BEE3E2. Grayscale: #272727. Windows color (decimal): -12510179 or 1907777. OLE color: 1907777.

HSL color Cylindrical-coordinate representation of color #411C1D: hue angle of 358.38º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C1D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 28 29 -
CMYK 0 0.57 0.55 0.75
HSL 358.38º 0.4% 0.18% -
HSV(B) 358.38º 0.57% 0.25% -
XYZ 2.82 2.04 1.41 -
YUV 39.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 65 28 29 0 0.57 0.55 0.75 358.38 0.4 0.18
Hex 41 1C 1D 0 39 37 4B 166 28 12
Octal 101 34 35 0 71 67 113 546 50 22
Binary 1000001 11100 11101 0 111001 110111 1001011 101100110 101000 10010

Color Harmonies of #411C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C1D

Black with #411C1D

Text Example


Text Example

White with #411C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C1D; }

 p { color: rgb(65,28,29); }

 H1.HeaderClassName
 {
   color: #411C1D;
 }
 .AnyTagClassName
 {
   color: #411C1D;
 }
</style>

background-color css

<style>
 a { background-color: #411C1D; }

 a { background-color: rgb(65,28,29); }

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

border-color css

<style>
 span { border-color: #411C1D; }

 span { border-color: rgb(65,28,29); }

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