Html Css Color HEX #431017 Rustic Red

📋 copy color: '#431017'

red 67 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #431017

Tints of Rustic Red #431017

RGB

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

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

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

R = 63.21%
G = 15.09%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.74

RGB Variations

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

Color information

#431017 (or 0x431017) is known color: Rustic Red. HEX triplet: 43, 10 and 17. RGB value is (67,16,23). Sum of RGB (Red+Green+Blue) = 67+16+23=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431017 is #BCEFE8. Grayscale: #202020. Windows color (decimal): -12382185 or 1511491. OLE color: 1511491.

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

Color convert

RGB 67 16 23 -
CMYK 0 0.76 0.66 0.74
HSL 351.76º 0.61% 0.16% -
HSV(B) 351.76º 0.76% 0.26% -
XYZ 2.65 1.63 0.98 -
YUV 32.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 67 16 23 0 0.76 0.66 0.74 351.76 0.61 0.16
Hex 43 10 17 0 4C 42 4A 160 3D 10
Octal 103 20 27 0 114 102 112 540 75 20
Binary 1000011 10000 10111 0 1001100 1000010 1001010 101100000 111101 10000

Color Harmonies of #431017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431017

Black with #431017

Text Example


Text Example

White with #431017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431017; }

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

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

background-color css

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

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

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

border-color css

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

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

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