Html Css Color HEX #42010F Rustic Red

📋 copy color: '#42010F'

red 66 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #42010F

Tints of Rustic Red #42010F

RGB

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

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

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

R = 80.49%
G = 1.22%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42010F (or 0x42010F) is known color: Rustic Red. HEX triplet: 42, 01 and 0F. RGB value is (66,1,15). Sum of RGB (Red+Green+Blue) = 66+1+15=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42010F is #BDFEF0. Grayscale: #161616. Windows color (decimal): -12451569 or 983362. OLE color: 983362.

HSL color Cylindrical-coordinate representation of color #42010F: hue angle of 347.08º 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 #42010F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 15 -
CMYK 0 0.98 0.77 0.74
HSL 347.08º 0.97% 0.13% -
HSV(B) 347.08º 0.98% 0.26% -
XYZ 2.34 1.21 0.56 -
YUV 22.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 66 1 15 0 0.98 0.77 0.74 347.08 0.97 0.13
Hex 42 1 F 0 62 4D 4A 15B 61 D
Octal 102 1 17 0 142 115 112 533 141 15
Binary 1000010 1 1111 0 1100010 1001101 1001010 101011011 1100001 1101

Color Harmonies of #42010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42010F

Black with #42010F

Text Example


Text Example

White with #42010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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