Html Css Color HEX #420D0F Rustic Red

📋 copy color: '#420D0F'

red 66 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #420D0F

Tints of Rustic Red #420D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.83%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 70.21%
G = 13.83%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#420D0F (or 0x420D0F) is known color: Rustic Red. HEX triplet: 42, 0D and 0F. RGB value is (66,13,15). Sum of RGB (Red+Green+Blue) = 66+13+15=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D0F is #BDF2F0. Grayscale: #1D1D1D. Windows color (decimal): -12448497 or 986434. OLE color: 986434.

HSL color Cylindrical-coordinate representation of color #420D0F: hue angle of 357.74º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420D0F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 13 15 -
CMYK 0 0.80 0.77 0.74
HSL 357.74º 0.67% 0.15% -
HSV(B) 357.74º 0.8% 0.26% -
XYZ 2.48 1.48 0.61 -
YUV 29.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 66 13 15 0 0.80 0.77 0.74 357.74 0.67 0.15
Hex 42 D F 0 50 4D 4A 166 43 F
Octal 102 15 17 0 120 115 112 546 103 17
Binary 1000010 1101 1111 0 1010000 1001101 1001010 101100110 1000011 1111

Color Harmonies of #420D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D0F

Black with #420D0F

Text Example


Text Example

White with #420D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,15); }

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

background-color css

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

 a { background-color: rgb(66,13,15); }

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

border-color css

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

 span { border-color: rgb(66,13,15); }

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