Html Css Color HEX #381013 Rustic Red

📋 copy color: '#381013'

red 56 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #381013

Tints of Rustic Red #381013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.58%

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

R = 61.54%
G = 17.58%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381013 (or 0x381013) is known color: Rustic Red. HEX triplet: 38, 10 and 13. RGB value is (56,16,19). Sum of RGB (Red+Green+Blue) = 56+16+19=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381013 is #C7EFEC. Grayscale: #1C1C1C. Windows color (decimal): -13103085 or 1249336. OLE color: 1249336.

HSL color Cylindrical-coordinate representation of color #381013: hue angle of 355.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381013 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 16 19 -
CMYK 0 0.71 0.66 0.78
HSL 355.5º 0.56% 0.14% -
HSV(B) 355.5º 0.71% 0.22% -
XYZ 1.93 1.26 0.76 -
YUV 28.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 56 16 19 0 0.71 0.66 0.78 355.5 0.56 0.14
Hex 38 10 13 0 47 42 4E 164 38 E
Octal 70 20 23 0 107 102 116 544 70 16
Binary 111000 10000 10011 0 1000111 1000010 1001110 101100100 111000 1110

Color Harmonies of #381013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381013

Black with #381013

Text Example


Text Example

White with #381013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381013; }

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

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

background-color css

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

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

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

border-color css

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

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

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