Html Css Color HEX #420307 Rustic Red

📋 copy color: '#420307'

red 66 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #420307

Tints of Rustic Red #420307

RGB

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

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

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

R = 86.84%
G = 3.95%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#420307 (or 0x420307) is known color: Rustic Red. HEX triplet: 42, 03 and 07. RGB value is (66,3,7). Sum of RGB (Red+Green+Blue) = 66+3+7=76 (10% of max value = 765). Red value is 66 (26.17% from 255 or 86.84% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 66 - color contains mainly: red. Hex color #420307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420307 is #BDFCF8. Grayscale: #161616. Windows color (decimal): -12451065 or 459586. OLE color: 459586.

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

Color convert

RGB 66 3 7 -
CMYK 0 0.95 0.89 0.74
HSL 356.19º 0.91% 0.14% -
HSV(B) 356.19º 0.95% 0.26% -
XYZ 2.32 1.24 0.32 -
YUV 22.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 66 3 7 0 0.95 0.89 0.74 356.19 0.91 0.14
Hex 42 3 7 0 5F 59 4A 164 5B E
Octal 102 3 7 0 137 131 112 544 133 16
Binary 1000010 11 111 0 1011111 1011001 1001010 101100100 1011011 1110

Color Harmonies of #420307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420307

Black with #420307

Text Example


Text Example

White with #420307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420307; }

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

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

background-color css

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

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

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

border-color css

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

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

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