Html Css Color HEX #431016 Rustic Red

📋 copy color: '#431016'

red 67 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #431016

Tints of Rustic Red #431016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.95%

R = 63.81%
G = 15.24%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#431016 (or 0x431016) is known color: Rustic Red. HEX triplet: 43, 10 and 16. RGB value is (67,16,22). Sum of RGB (Red+Green+Blue) = 67+16+22=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431016 is #BCEFE9. Grayscale: #1F1F1F. Windows color (decimal): -12382186 or 1445955. OLE color: 1445955.

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

Color convert

RGB 67 16 22 -
CMYK 0 0.76 0.67 0.74
HSL 352.94º 0.61% 0.16% -
HSV(B) 352.94º 0.76% 0.26% -
XYZ 2.64 1.62 0.93 -
YUV 31.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 67 16 22 0 0.76 0.67 0.74 352.94 0.61 0.16
Hex 43 10 16 0 4C 43 4A 161 3D 10
Octal 103 20 26 0 114 103 112 541 75 20
Binary 1000011 10000 10110 0 1001100 1000011 1001010 101100001 111101 10000

Color Harmonies of #431016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431016

Black with #431016

Text Example


Text Example

White with #431016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431016; }

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

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

background-color css

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

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

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

border-color css

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

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

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