Html Css Color HEX #42010D Rustic Red

📋 copy color: '#42010D'

red 66 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #42010D

Tints of Rustic Red #42010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

 BLUE value IS 13 (5.47% from 255) = 16.25%

R = 82.5%
G = 1.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42010D (or 0x42010D) is known color: Rustic Red. HEX triplet: 42, 01 and 0D. RGB value is (66,1,13). Sum of RGB (Red+Green+Blue) = 66+1+13=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #42010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42010D is #BDFEF2. Grayscale: #151515. Windows color (decimal): -12451571 or 852290. OLE color: 852290.

HSL color Cylindrical-coordinate representation of color #42010D: hue angle of 348.92º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42010D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 13 -
CMYK 0 0.98 0.80 0.74
HSL 348.92º 0.97% 0.13% -
HSV(B) 348.92º 0.98% 0.26% -
XYZ 2.33 1.21 0.49 -
YUV 21.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 66 1 13 0 0.98 0.80 0.74 348.92 0.97 0.13
Hex 42 1 D 0 62 50 4A 15D 61 D
Octal 102 1 15 0 142 120 112 535 141 15
Binary 1000010 1 1101 0 1100010 1010000 1001010 101011101 1100001 1101

Color Harmonies of #42010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42010D

Black with #42010D

Text Example


Text Example

White with #42010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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