Html Css Color HEX #42070F Rustic Red

📋 copy color: '#42070F'

red 66 ◦ green 7 ◦ blue 15

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

Shades of Rustic Red #42070F

Tints of Rustic Red #42070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.95%

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

R = 75%
G = 7.95%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42070F (or 0x42070F) is known color: Rustic Red. HEX triplet: 42, 07 and 0F. RGB value is (66,7,15). Sum of RGB (Red+Green+Blue) = 66+7+15=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #42070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070F is #BDF8F0. Grayscale: #191919. Windows color (decimal): -12450033 or 984898. OLE color: 984898.

HSL color Cylindrical-coordinate representation of color #42070F: hue angle of 351.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42070F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 7 15 -
CMYK 0 0.89 0.77 0.74
HSL 351.86º 0.81% 0.14% -
HSV(B) 351.86º 0.89% 0.26% -
XYZ 2.41 1.34 0.58 -
YUV 25.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 66 7 15 0 0.89 0.77 0.74 351.86 0.81 0.14
Hex 42 7 F 0 59 4D 4A 160 51 E
Octal 102 7 17 0 131 115 112 540 121 16
Binary 1000010 111 1111 0 1011001 1001101 1001010 101100000 1010001 1110

Color Harmonies of #42070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42070F

Black with #42070F

Text Example


Text Example

White with #42070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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