Html Css Color HEX #431415 Rustic Red

📋 copy color: '#431415'

red 67 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #431415

Tints of Rustic Red #431415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 62.04%
G = 18.52%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#431415 (or 0x431415) is known color: Rustic Red. HEX triplet: 43, 14 and 15. RGB value is (67,20,21). Sum of RGB (Red+Green+Blue) = 67+20+21=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431415 is #BCEBEA. Grayscale: #222222. Windows color (decimal): -12381163 or 1381443. OLE color: 1381443.

HSL color Cylindrical-coordinate representation of color #431415: hue angle of 358.72º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431415 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 20 21 -
CMYK 0 0.70 0.69 0.74
HSL 358.72º 0.54% 0.17% -
HSV(B) 358.72º 0.7% 0.26% -
XYZ 2.7 1.75 0.9 -
YUV 34.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 67 20 21 0 0.70 0.69 0.74 358.72 0.54 0.17
Hex 43 14 15 0 46 45 4A 167 36 11
Octal 103 24 25 0 106 105 112 547 66 21
Binary 1000011 10100 10101 0 1000110 1000101 1001010 101100111 110110 10001

Color Harmonies of #431415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431415

Black with #431415

Text Example


Text Example

White with #431415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431415; }

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

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

background-color css

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

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

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

border-color css

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

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

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