Html Css Color HEX #431C1D Rustic Red

📋 copy color: '#431C1D'

red 67 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #431C1D

Tints of Rustic Red #431C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.58%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 54.03%
G = 22.58%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#431C1D (or 0x431C1D) is known color: Rustic Red. HEX triplet: 43, 1C and 1D. RGB value is (67,28,29). Sum of RGB (Red+Green+Blue) = 67+28+29=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C1D is #BCE3E2. Grayscale: #272727. Windows color (decimal): -12379107 or 1907779. OLE color: 1907779.

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

Color convert

RGB 67 28 29 -
CMYK 0 0.58 0.57 0.74
HSL 358.46º 0.41% 0.19% -
HSV(B) 358.46º 0.58% 0.26% -
XYZ 2.95 2.11 1.41 -
YUV 39.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 67 28 29 0 0.58 0.57 0.74 358.46 0.41 0.19
Hex 43 1C 1D 0 3A 39 4A 166 29 13
Octal 103 34 35 0 72 71 112 546 51 23
Binary 1000011 11100 11101 0 111010 111001 1001010 101100110 101001 10011

Color Harmonies of #431C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C1D

Black with #431C1D

Text Example


Text Example

White with #431C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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