Html Css Color HEX #431318 Rustic Red

📋 copy color: '#431318'

red 67 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #431318

Tints of Rustic Red #431318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 60.91%
G = 17.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#431318 (or 0x431318) is known color: Rustic Red. HEX triplet: 43, 13 and 18. RGB value is (67,19,24). Sum of RGB (Red+Green+Blue) = 67+19+24=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431318 is #BCECE7. Grayscale: #212121. Windows color (decimal): -12381416 or 1577795. OLE color: 1577795.

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

Color convert

RGB 67 19 24 -
CMYK 0 0.72 0.64 0.74
HSL 353.75º 0.56% 0.17% -
HSV(B) 353.75º 0.72% 0.26% -
XYZ 2.71 1.72 1.05 -
YUV 33.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 67 19 24 0 0.72 0.64 0.74 353.75 0.56 0.17
Hex 43 13 18 0 48 40 4A 162 38 11
Octal 103 23 30 0 110 100 112 542 70 21
Binary 1000011 10011 11000 0 1001000 1000000 1001010 101100010 111000 10001

Color Harmonies of #431318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431318

Black with #431318

Text Example


Text Example

White with #431318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431318; }

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

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

background-color css

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

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

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

border-color css

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

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

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