Html Css Color HEX #381114 Rustic Red

📋 copy color: '#381114'

red 56 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #381114

Tints of Rustic Red #381114

RGB

 RED value IS 56 (22.27% from 255) = 60.22%

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

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 60.22%
G = 18.28%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#381114 (or 0x381114) is known color: Rustic Red. HEX triplet: 38, 11 and 14. RGB value is (56,17,20). Sum of RGB (Red+Green+Blue) = 56+17+20=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381114 is #C7EEEB. Grayscale: #1D1D1D. Windows color (decimal): -13102828 or 1315128. OLE color: 1315128.

HSL color Cylindrical-coordinate representation of color #381114: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381114 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 20 -
CMYK 0 0.70 0.64 0.78
HSL 355.38º 0.53% 0.14% -
HSV(B) 355.38º 0.7% 0.22% -
XYZ 1.96 1.29 0.81 -
YUV 29 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 56 17 20 0 0.70 0.64 0.78 355.38 0.53 0.14
Hex 38 11 14 0 46 40 4E 163 35 E
Octal 70 21 24 0 106 100 116 543 65 16
Binary 111000 10001 10100 0 1000110 1000000 1001110 101100011 110101 1110

Color Harmonies of #381114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381114

Black with #381114

Text Example


Text Example

White with #381114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381114; }

 p { color: rgb(56,17,20); }

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

background-color css

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

 a { background-color: rgb(56,17,20); }

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

border-color css

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

 span { border-color: rgb(56,17,20); }

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