Html Css Color HEX #431012 Rustic Red

📋 copy color: '#431012'

red 67 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #431012

Tints of Rustic Red #431012

RGB

 RED value IS 67 (26.56% from 255) = 66.34%

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

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

R = 66.34%
G = 15.84%
B = 17.82%

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

#431012 (or 0x431012) is known color: Rustic Red. HEX triplet: 43, 10 and 12. RGB value is (67,16,18). Sum of RGB (Red+Green+Blue) = 67+16+18=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #431012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431012 is #BCEFED. Grayscale: #1F1F1F. Windows color (decimal): -12382190 or 1183811. OLE color: 1183811.

HSL color Cylindrical-coordinate representation of color #431012: hue angle of 357.65º 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 #431012 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 16 18 -
CMYK 0 0.76 0.73 0.74
HSL 357.65º 0.61% 0.16% -
HSV(B) 357.65º 0.76% 0.26% -
XYZ 2.61 1.61 0.75 -
YUV 31.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 67 16 18 0 0.76 0.73 0.74 357.65 0.61 0.16
Hex 43 10 12 0 4C 49 4A 166 3D 10
Octal 103 20 22 0 114 111 112 546 75 20
Binary 1000011 10000 10010 0 1001100 1001001 1001010 101100110 111101 10000

Color Harmonies of #431012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431012

Black with #431012

Text Example


Text Example

White with #431012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431012; }

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

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

background-color css

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

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

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

border-color css

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

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

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