Html Css Color HEX #420316 Rustic Red

📋 copy color: '#420316'

red 66 ◦ green 3 ◦ blue 22

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

Shades of Rustic Red #420316

Tints of Rustic Red #420316

RGB

 RED value IS 66 (26.17% from 255) = 72.53%

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

 BLUE value IS 22 (8.98% from 255) = 24.18%

R = 72.53%
G = 3.3%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#420316 (or 0x420316) is known color: Rustic Red. HEX triplet: 42, 03 and 16. RGB value is (66,3,22). Sum of RGB (Red+Green+Blue) = 66+3+22=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420316 is #BDFCE9. Grayscale: #171717. Windows color (decimal): -12451050 or 1442626. OLE color: 1442626.

HSL color Cylindrical-coordinate representation of color #420316: hue angle of 341.9º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420316 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 22 -
CMYK 0 0.95 0.67 0.74
HSL 341.9º 0.91% 0.14% -
HSV(B) 341.9º 0.95% 0.26% -
XYZ 2.42 1.28 0.88 -
YUV 24 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 66 3 22 0 0.95 0.67 0.74 341.9 0.91 0.14
Hex 42 3 16 0 5F 43 4A 156 5B E
Octal 102 3 26 0 137 103 112 526 133 16
Binary 1000010 11 10110 0 1011111 1000011 1001010 101010110 1011011 1110

Color Harmonies of #420316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420316

Black with #420316

Text Example


Text Example

White with #420316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420316; }

 p { color: rgb(66,3,22); }

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

background-color css

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

 a { background-color: rgb(66,3,22); }

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

border-color css

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

 span { border-color: rgb(66,3,22); }

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