Html Css Color HEX #431518 Rustic Red

📋 copy color: '#431518'

red 67 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #431518

Tints of Rustic Red #431518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 59.82%
G = 18.75%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#431518 (or 0x431518) is known color: Rustic Red. HEX triplet: 43, 15 and 18. RGB value is (67,21,24). Sum of RGB (Red+Green+Blue) = 67+21+24=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #431518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431518 is #BCEAE7. Grayscale: #232323. Windows color (decimal): -12380904 or 1578307. OLE color: 1578307.

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

Color convert

RGB 67 21 24 -
CMYK 0 0.69 0.64 0.74
HSL 356.09º 0.52% 0.17% -
HSV(B) 356.09º 0.69% 0.26% -
XYZ 2.75 1.8 1.07 -
YUV 35.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 67 21 24 0 0.69 0.64 0.74 356.09 0.52 0.17
Hex 43 15 18 0 45 40 4A 164 34 11
Octal 103 25 30 0 105 100 112 544 64 21
Binary 1000011 10101 11000 0 1000101 1000000 1001010 101100100 110100 10001

Color Harmonies of #431518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431518

Black with #431518

Text Example


Text Example

White with #431518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431518; }

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

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

background-color css

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

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

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

border-color css

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

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

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