Html Css Color HEX #431119 Rustic Red

📋 copy color: '#431119'

red 67 ◦ green 17 ◦ blue 25

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

Shades of Rustic Red #431119

Tints of Rustic Red #431119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

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

R = 61.47%
G = 15.6%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#431119 (or 0x431119) is known color: Rustic Red. HEX triplet: 43, 11 and 19. RGB value is (67,17,25). Sum of RGB (Red+Green+Blue) = 67+17+25=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431119 is #BCEEE6. Grayscale: #202020. Windows color (decimal): -12381927 or 1642819. OLE color: 1642819.

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

Color convert

RGB 67 17 25 -
CMYK 0 0.75 0.63 0.74
HSL 350.4º 0.6% 0.16% -
HSV(B) 350.4º 0.75% 0.26% -
XYZ 2.69 1.66 1.1 -
YUV 32.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 67 17 25 0 0.75 0.63 0.74 350.4 0.6 0.16
Hex 43 11 19 0 4B 3F 4A 15E 3C 10
Octal 103 21 31 0 113 77 112 536 74 20
Binary 1000011 10001 11001 0 1001011 111111 1001010 101011110 111100 10000

Color Harmonies of #431119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431119

Black with #431119

Text Example


Text Example

White with #431119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431119; }

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

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

background-color css

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

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

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

border-color css

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

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

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