Html Css Color HEX #420313 Rustic Red

📋 copy color: '#420313'

red 66 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #420313

Tints of Rustic Red #420313

RGB

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

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

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

R = 75%
G = 3.41%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#420313 (or 0x420313) is known color: Rustic Red. HEX triplet: 42, 03 and 13. RGB value is (66,3,19). Sum of RGB (Red+Green+Blue) = 66+3+19=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #420313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420313 is #BDFCEC. Grayscale: #171717. Windows color (decimal): -12451053 or 1246018. OLE color: 1246018.

HSL color Cylindrical-coordinate representation of color #420313: hue angle of 344.76º 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 #420313 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 19 -
CMYK 0 0.95 0.71 0.74
HSL 344.76º 0.91% 0.14% -
HSV(B) 344.76º 0.95% 0.26% -
XYZ 2.4 1.27 0.73 -
YUV 23.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 66 3 19 0 0.95 0.71 0.74 344.76 0.91 0.14
Hex 42 3 13 0 5F 47 4A 159 5B E
Octal 102 3 23 0 137 107 112 531 133 16
Binary 1000010 11 10011 0 1011111 1000111 1001010 101011001 1011011 1110

Color Harmonies of #420313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420313

Black with #420313

Text Example


Text Example

White with #420313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420313; }

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

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

background-color css

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

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

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

border-color css

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

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

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