Html Css Color HEX #420305 Rustic Red

📋 copy color: '#420305'

red 66 ◦ green 3 ◦ blue 5

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

Shades of Rustic Red #420305

Tints of Rustic Red #420305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 89.19%
G = 4.05%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420305 (or 0x420305) is known color: Rustic Red. HEX triplet: 42, 03 and 05. RGB value is (66,3,5). Sum of RGB (Red+Green+Blue) = 66+3+5=74 (9% of max value = 765). Red value is 66 (26.17% from 255 or 89.19% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 66 - color contains mainly: red. Hex color #420305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420305 is #BDFCFA. Grayscale: #161616. Windows color (decimal): -12451067 or 328514. OLE color: 328514.

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

Color convert

RGB 66 3 5 -
CMYK 0 0.95 0.92 0.74
HSL 358.1º 0.91% 0.14% -
HSV(B) 358.1º 0.95% 0.26% -
XYZ 2.31 1.23 0.26 -
YUV 22.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 66 3 5 0 0.95 0.92 0.74 358.1 0.91 0.14
Hex 42 3 5 0 5F 5C 4A 166 5B E
Octal 102 3 5 0 137 134 112 546 133 16
Binary 1000010 11 101 0 1011111 1011100 1001010 101100110 1011011 1110

Color Harmonies of #420305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420305

Black with #420305

Text Example


Text Example

White with #420305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420305; }

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

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

background-color css

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

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

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

border-color css

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

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

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