Html Css Color HEX #41070C Rustic Red

📋 copy color: '#41070C'

red 65 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #41070C

Tints of Rustic Red #41070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.33%

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 77.38%
G = 8.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41070C (or 0x41070C) is known color: Rustic Red. HEX triplet: 41, 07 and 0C. RGB value is (65,7,12). Sum of RGB (Red+Green+Blue) = 65+7+12=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #41070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070C is #BEF8F3. Grayscale: #181818. Windows color (decimal): -12515572 or 788289. OLE color: 788289.

HSL color Cylindrical-coordinate representation of color #41070C: hue angle of 354.83º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41070C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 12 -
CMYK 0 0.89 0.82 0.75
HSL 354.83º 0.81% 0.14% -
HSV(B) 354.83º 0.89% 0.25% -
XYZ 2.32 1.3 0.48 -
YUV 24.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 65 7 12 0 0.89 0.82 0.75 354.83 0.81 0.14
Hex 41 7 C 0 59 52 4B 163 51 E
Octal 101 7 14 0 131 122 113 543 121 16
Binary 1000001 111 1100 0 1011001 1010010 1001011 101100011 1010001 1110

Color Harmonies of #41070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41070C

Black with #41070C

Text Example


Text Example

White with #41070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41070C; }

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

 H1.HeaderClassName
 {
   color: #41070C;
 }
 .AnyTagClassName
 {
   color: #41070C;
 }
</style>

background-color css

<style>
 a { background-color: #41070C; }

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

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

border-color css

<style>
 span { border-color: #41070C; }

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

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