Html Css Color HEX #431113 Rustic Red

📋 copy color: '#431113'

red 67 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #431113

Tints of Rustic Red #431113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 65.05%
G = 16.5%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#431113 (or 0x431113) is known color: Rustic Red. HEX triplet: 43, 11 and 13. RGB value is (67,17,19). Sum of RGB (Red+Green+Blue) = 67+17+19=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431113 is #BCEEEC. Grayscale: #202020. Windows color (decimal): -12381933 or 1249603. OLE color: 1249603.

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

Color convert

RGB 67 17 19 -
CMYK 0 0.75 0.72 0.74
HSL 357.6º 0.6% 0.16% -
HSV(B) 357.6º 0.75% 0.26% -
XYZ 2.63 1.64 0.79 -
YUV 32.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 67 17 19 0 0.75 0.72 0.74 357.6 0.6 0.16
Hex 43 11 13 0 4B 48 4A 166 3C 10
Octal 103 21 23 0 113 110 112 546 74 20
Binary 1000011 10001 10011 0 1001011 1001000 1001010 101100110 111100 10000

Color Harmonies of #431113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431113

Black with #431113

Text Example


Text Example

White with #431113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431113; }

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

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

background-color css

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

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

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

border-color css

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

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

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