Html Css Color HEX #421012 Rustic Red

📋 copy color: '#421012'

red 66 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #421012

Tints of Rustic Red #421012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

 BLUE value IS 18 (7.42% from 255) = 18%

R = 66%
G = 16%
B = 18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#421012 (or 0x421012) is known color: Rustic Red. HEX triplet: 42, 10 and 12. RGB value is (66,16,18). Sum of RGB (Red+Green+Blue) = 66+16+18=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421012 is #BDEFED. Grayscale: #1F1F1F. Windows color (decimal): -12447726 or 1183810. OLE color: 1183810.

HSL color Cylindrical-coordinate representation of color #421012: hue angle of 357.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421012 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 16 18 -
CMYK 0 0.76 0.73 0.74
HSL 357.6º 0.61% 0.16% -
HSV(B) 357.6º 0.76% 0.26% -
XYZ 2.54 1.57 0.74 -
YUV 31.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 66 16 18 0 0.76 0.73 0.74 357.6 0.61 0.16
Hex 42 10 12 0 4C 49 4A 166 3D 10
Octal 102 20 22 0 114 111 112 546 75 20
Binary 1000010 10000 10010 0 1001100 1001001 1001010 101100110 111101 10000

Color Harmonies of #421012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421012

Black with #421012

Text Example


Text Example

White with #421012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421012; }

 p { color: rgb(66,16,18); }

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

background-color css

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

 a { background-color: rgb(66,16,18); }

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

border-color css

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

 span { border-color: rgb(66,16,18); }

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