Html Css Color HEX #381113 Rustic Red

📋 copy color: '#381113'

red 56 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #381113

Tints of Rustic Red #381113

RGB

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

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

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

R = 60.87%
G = 18.48%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381113 (or 0x381113) is known color: Rustic Red. HEX triplet: 38, 11 and 13. RGB value is (56,17,19). Sum of RGB (Red+Green+Blue) = 56+17+19=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381113 is #C7EEEC. Grayscale: #1C1C1C. Windows color (decimal): -13102829 or 1249592. OLE color: 1249592.

HSL color Cylindrical-coordinate representation of color #381113: hue angle of 356.92º 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 #381113 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 19 -
CMYK 0 0.70 0.66 0.78
HSL 356.92º 0.53% 0.14% -
HSV(B) 356.92º 0.7% 0.22% -
XYZ 1.95 1.29 0.76 -
YUV 28.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 56 17 19 0 0.70 0.66 0.78 356.92 0.53 0.14
Hex 38 11 13 0 46 42 4E 165 35 E
Octal 70 21 23 0 106 102 116 545 65 16
Binary 111000 10001 10011 0 1000110 1000010 1001110 101100101 110101 1110

Color Harmonies of #381113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381113

Black with #381113

Text Example


Text Example

White with #381113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381113; }

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

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

background-color css

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

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

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

border-color css

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

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

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