Html Css Color HEX #431213 Rustic Red

📋 copy color: '#431213'

red 67 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #431213

Tints of Rustic Red #431213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.31%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 64.42%
G = 17.31%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#431213 (or 0x431213) is known color: Rustic Red. HEX triplet: 43, 12 and 13. RGB value is (67,18,19). Sum of RGB (Red+Green+Blue) = 67+18+19=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431213 is #BCEDEC. Grayscale: #202020. Windows color (decimal): -12381677 or 1249859. OLE color: 1249859.

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

Color convert

RGB 67 18 19 -
CMYK 0 0.73 0.72 0.74
HSL 358.78º 0.58% 0.17% -
HSV(B) 358.78º 0.73% 0.26% -
XYZ 2.65 1.67 0.8 -
YUV 32.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 67 18 19 0 0.73 0.72 0.74 358.78 0.58 0.17
Hex 43 12 13 0 49 48 4A 167 3A 11
Octal 103 22 23 0 111 110 112 547 72 21
Binary 1000011 10010 10011 0 1001001 1001000 1001010 101100111 111010 10001

Color Harmonies of #431213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431213

Black with #431213

Text Example


Text Example

White with #431213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431213; }

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

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

background-color css

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

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

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

border-color css

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

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

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