Html Css Color HEX #431115 Rustic Red

📋 copy color: '#431115'

red 67 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #431115

Tints of Rustic Red #431115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20%

R = 63.81%
G = 16.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#431115 (or 0x431115) is known color: Rustic Red. HEX triplet: 43, 11 and 15. RGB value is (67,17,21). Sum of RGB (Red+Green+Blue) = 67+17+21=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431115 is #BCEEEA. Grayscale: #202020. Windows color (decimal): -12381931 or 1380675. OLE color: 1380675.

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

Color convert

RGB 67 17 21 -
CMYK 0 0.75 0.69 0.74
HSL 355.2º 0.6% 0.16% -
HSV(B) 355.2º 0.75% 0.26% -
XYZ 2.65 1.65 0.89 -
YUV 32.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 67 17 21 0 0.75 0.69 0.74 355.2 0.6 0.16
Hex 43 11 15 0 4B 45 4A 163 3C 10
Octal 103 21 25 0 113 105 112 543 74 20
Binary 1000011 10001 10101 0 1001011 1000101 1001010 101100011 111100 10000

Color Harmonies of #431115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431115

Black with #431115

Text Example


Text Example

White with #431115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431115; }

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

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

background-color css

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

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

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

border-color css

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

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

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