Html Css Color HEX #431019 Rustic Red

📋 copy color: '#431019'

red 67 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #431019

Tints of Rustic Red #431019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 62.04%
G = 14.81%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#431019 (or 0x431019) is known color: Rustic Red. HEX triplet: 43, 10 and 19. RGB value is (67,16,25). Sum of RGB (Red+Green+Blue) = 67+16+25=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431019 is #BCEFE6. Grayscale: #202020. Windows color (decimal): -12382183 or 1642563. OLE color: 1642563.

HSL color Cylindrical-coordinate representation of color #431019: hue angle of 349.41º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431019 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 16 25 -
CMYK 0 0.76 0.63 0.74
HSL 349.41º 0.61% 0.16% -
HSV(B) 349.41º 0.76% 0.26% -
XYZ 2.68 1.63 1.09 -
YUV 32.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 67 16 25 0 0.76 0.63 0.74 349.41 0.61 0.16
Hex 43 10 19 0 4C 3F 4A 15D 3D 10
Octal 103 20 31 0 114 77 112 535 75 20
Binary 1000011 10000 11001 0 1001100 111111 1001010 101011101 111101 10000

Color Harmonies of #431019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431019

Black with #431019

Text Example


Text Example

White with #431019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431019; }

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

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

background-color css

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

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

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

border-color css

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

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

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