Html Css Color HEX #431D1E Rustic Red

📋 copy color: '#431D1E'

red 67 ◦ green 29 ◦ blue 30

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

Shades of Rustic Red #431D1E

Tints of Rustic Red #431D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.02%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 53.17%
G = 23.02%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#431D1E (or 0x431D1E) is known color: Rustic Red. HEX triplet: 43, 1D and 1E. RGB value is (67,29,30). Sum of RGB (Red+Green+Blue) = 67+29+30=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D1E is #BCE2E1. Grayscale: #282828. Windows color (decimal): -12378850 or 1973571. OLE color: 1973571.

HSL color Cylindrical-coordinate representation of color #431D1E: hue angle of 358.42º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D1E is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 30 -
CMYK 0 0.57 0.55 0.74
HSL 358.42º 0.4% 0.19% -
HSV(B) 358.42º 0.57% 0.26% -
XYZ 2.99 2.17 1.49 -
YUV 40.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 67 29 30 0 0.57 0.55 0.74 358.42 0.4 0.19
Hex 43 1D 1E 0 39 37 4A 166 28 13
Octal 103 35 36 0 71 67 112 546 50 23
Binary 1000011 11101 11110 0 111001 110111 1001010 101100110 101000 10011

Color Harmonies of #431D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D1E

Black with #431D1E

Text Example


Text Example

White with #431D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431D1E; }

 p { color: rgb(67,29,30); }

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

background-color css

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

 a { background-color: rgb(67,29,30); }

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

border-color css

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

 span { border-color: rgb(67,29,30); }

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