Html Css Color HEX #431219 Rustic Red

📋 copy color: '#431219'

red 67 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #431219

Tints of Rustic Red #431219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.73%

R = 60.91%
G = 16.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#431219 (or 0x431219) is known color: Rustic Red. HEX triplet: 43, 12 and 19. RGB value is (67,18,25). Sum of RGB (Red+Green+Blue) = 67+18+25=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431219 is #BCEDE6. Grayscale: #212121. Windows color (decimal): -12381671 or 1643075. OLE color: 1643075.

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

Color convert

RGB 67 18 25 -
CMYK 0 0.73 0.63 0.74
HSL 351.43º 0.58% 0.17% -
HSV(B) 351.43º 0.73% 0.26% -
XYZ 2.71 1.7 1.1 -
YUV 33.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 67 18 25 0 0.73 0.63 0.74 351.43 0.58 0.17
Hex 43 12 19 0 49 3F 4A 15F 3A 11
Octal 103 22 31 0 111 77 112 537 72 21
Binary 1000011 10010 11001 0 1001001 111111 1001010 101011111 111010 10001

Color Harmonies of #431219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431219

Black with #431219

Text Example


Text Example

White with #431219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431219; }

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

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

background-color css

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

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

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

border-color css

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

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

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