Html Css Color HEX #431114 Rustic Red

📋 copy color: '#431114'

red 67 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #431114

Tints of Rustic Red #431114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 64.42%
G = 16.35%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#431114 (or 0x431114) is known color: Rustic Red. HEX triplet: 43, 11 and 14. RGB value is (67,17,20). Sum of RGB (Red+Green+Blue) = 67+17+20=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431114 is #BCEEEB. Grayscale: #202020. Windows color (decimal): -12381932 or 1315139. OLE color: 1315139.

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

Color convert

RGB 67 17 20 -
CMYK 0 0.75 0.70 0.74
HSL 356.4º 0.6% 0.16% -
HSV(B) 356.4º 0.75% 0.26% -
XYZ 2.64 1.64 0.84 -
YUV 32.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 67 17 20 0 0.75 0.70 0.74 356.4 0.6 0.16
Hex 43 11 14 0 4B 46 4A 164 3C 10
Octal 103 21 24 0 113 106 112 544 74 20
Binary 1000011 10001 10100 0 1001011 1000110 1001010 101100100 111100 10000

Color Harmonies of #431114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431114

Black with #431114

Text Example


Text Example

White with #431114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431114; }

 p { color: rgb(67,17,20); }

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

background-color css

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

 a { background-color: rgb(67,17,20); }

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

border-color css

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

 span { border-color: rgb(67,17,20); }

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