Html Css Color HEX #431317 Rustic Red

📋 copy color: '#431317'

red 67 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #431317

Tints of Rustic Red #431317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.1%

R = 61.47%
G = 17.43%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.74

RGB Variations

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

Color information

#431317 (or 0x431317) is known color: Rustic Red. HEX triplet: 43, 13 and 17. RGB value is (67,19,23). Sum of RGB (Red+Green+Blue) = 67+19+23=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431317 is #BCECE8. Grayscale: #212121. Windows color (decimal): -12381417 or 1512259. OLE color: 1512259.

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

Color convert

RGB 67 19 23 -
CMYK 0 0.72 0.66 0.74
HSL 355º 0.56% 0.17% -
HSV(B) 355º 0.72% 0.26% -
XYZ 2.7 1.72 1 -
YUV 33.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 67 19 23 0 0.72 0.66 0.74 355 0.56 0.17
Hex 43 13 17 0 48 42 4A 163 38 11
Octal 103 23 27 0 110 102 112 543 70 21
Binary 1000011 10011 10111 0 1001000 1000010 1001010 101100011 111000 10001

Color Harmonies of #431317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431317

Black with #431317

Text Example


Text Example

White with #431317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431317; }

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

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

background-color css

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

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

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

border-color css

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

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

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