Html Css Color HEX #42070A Rustic Red

📋 copy color: '#42070A'

red 66 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #42070A

Tints of Rustic Red #42070A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.05%

R = 79.52%
G = 8.43%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42070A (or 0x42070A) is known color: Rustic Red. HEX triplet: 42, 07 and 0A. RGB value is (66,7,10). Sum of RGB (Red+Green+Blue) = 66+7+10=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #42070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070A is #BDF8F5. Grayscale: #191919. Windows color (decimal): -12450038 or 657218. OLE color: 657218.

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

Color convert

RGB 66 7 10 -
CMYK 0 0.89 0.85 0.74
HSL 356.95º 0.81% 0.14% -
HSV(B) 356.95º 0.89% 0.26% -
XYZ 2.38 1.33 0.42 -
YUV 24.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 66 7 10 0 0.89 0.85 0.74 356.95 0.81 0.14
Hex 42 7 A 0 59 55 4A 165 51 E
Octal 102 7 12 0 131 125 112 545 121 16
Binary 1000010 111 1010 0 1011001 1010101 1001010 101100101 1010001 1110

Color Harmonies of #42070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42070A

Black with #42070A

Text Example


Text Example

White with #42070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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