Html Css Color HEX #431B1E Rustic Red

📋 copy color: '#431B1E'

red 67 ◦ green 27 ◦ blue 30

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

Shades of Rustic Red #431B1E

Tints of Rustic Red #431B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.77%

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

R = 54.03%
G = 21.77%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#431B1E (or 0x431B1E) is known color: Rustic Red. HEX triplet: 43, 1B and 1E. RGB value is (67,27,30). Sum of RGB (Red+Green+Blue) = 67+27+30=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B1E is #BCE4E1. Grayscale: #272727. Windows color (decimal): -12379362 or 1973059. OLE color: 1973059.

HSL color Cylindrical-coordinate representation of color #431B1E: hue angle of 355.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B1E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 27 30 -
CMYK 0 0.60 0.55 0.74
HSL 355.5º 0.43% 0.18% -
HSV(B) 355.5º 0.6% 0.26% -
XYZ 2.94 2.07 1.47 -
YUV 39.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 67 27 30 0 0.60 0.55 0.74 355.5 0.43 0.18
Hex 43 1B 1E 0 3C 37 4A 164 2B 12
Octal 103 33 36 0 74 67 112 544 53 22
Binary 1000011 11011 11110 0 111100 110111 1001010 101100100 101011 10010

Color Harmonies of #431B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B1E

Black with #431B1E

Text Example


Text Example

White with #431B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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