Html Css Color HEX #410307 Rustic Red

📋 copy color: '#410307'

red 65 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #410307

Tints of Rustic Red #410307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

 BLUE value IS 7 (3.13% from 255) = 9.33%

R = 86.67%
G = 4%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#410307 (or 0x410307) is known color: Rustic Red. HEX triplet: 41, 03 and 07. RGB value is (65,3,7). Sum of RGB (Red+Green+Blue) = 65+3+7=75 (9% of max value = 765). Red value is 65 (25.78% from 255 or 86.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 65 - color contains mainly: red. Hex color #410307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410307 is #BEFCF8. Grayscale: #161616. Windows color (decimal): -12516601 or 459585. OLE color: 459585.

HSL color Cylindrical-coordinate representation of color #410307: hue angle of 356.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410307 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 7 -
CMYK 0 0.95 0.89 0.75
HSL 356.13º 0.91% 0.13% -
HSV(B) 356.13º 0.95% 0.25% -
XYZ 2.25 1.2 0.31 -
YUV 21.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 65 3 7 0 0.95 0.89 0.75 356.13 0.91 0.13
Hex 41 3 7 0 5F 59 4B 164 5B D
Octal 101 3 7 0 137 131 113 544 133 15
Binary 1000001 11 111 0 1011111 1011001 1001011 101100100 1011011 1101

Color Harmonies of #410307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410307

Black with #410307

Text Example


Text Example

White with #410307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410307; }

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

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

background-color css

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

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

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

border-color css

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

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

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