Html Css Color HEX #420C13 Rustic Red

📋 copy color: '#420C13'

red 66 ◦ green 12 ◦ blue 19

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

Shades of Rustic Red #420C13

Tints of Rustic Red #420C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 68.04%
G = 12.37%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#420C13 (or 0x420C13) is known color: Rustic Red. HEX triplet: 42, 0C and 13. RGB value is (66,12,19). Sum of RGB (Red+Green+Blue) = 66+12+19=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #420C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C13 is #BDF3EC. Grayscale: #1C1C1C. Windows color (decimal): -12448749 or 1248322. OLE color: 1248322.

HSL color Cylindrical-coordinate representation of color #420C13: hue angle of 352.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #420C13 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 12 19 -
CMYK 0 0.82 0.71 0.74
HSL 352.22º 0.69% 0.15% -
HSV(B) 352.22º 0.82% 0.26% -
XYZ 2.5 1.47 0.77 -
YUV 28.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 66 12 19 0 0.82 0.71 0.74 352.22 0.69 0.15
Hex 42 C 13 0 52 47 4A 160 45 F
Octal 102 14 23 0 122 107 112 540 105 17
Binary 1000010 1100 10011 0 1010010 1000111 1001010 101100000 1000101 1111

Color Harmonies of #420C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C13

Black with #420C13

Text Example


Text Example

White with #420C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420C13; }

 p { color: rgb(66,12,19); }

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

background-color css

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

 a { background-color: rgb(66,12,19); }

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

border-color css

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

 span { border-color: rgb(66,12,19); }

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