Html Css Color HEX #381016 Rustic Red

📋 copy color: '#381016'

red 56 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #381016

Tints of Rustic Red #381016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 59.57%
G = 17.02%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#381016 (or 0x381016) is known color: Rustic Red. HEX triplet: 38, 10 and 16. RGB value is (56,16,22). Sum of RGB (Red+Green+Blue) = 56+16+22=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381016 is #C7EFE9. Grayscale: #1C1C1C. Windows color (decimal): -13103082 or 1445944. OLE color: 1445944.

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

Color convert

RGB 56 16 22 -
CMYK 0 0.71 0.61 0.78
HSL 351º 0.56% 0.14% -
HSV(B) 351º 0.71% 0.22% -
XYZ 1.96 1.27 0.9 -
YUV 28.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 56 16 22 0 0.71 0.61 0.78 351 0.56 0.14
Hex 38 10 16 0 47 3D 4E 15F 38 E
Octal 70 20 26 0 107 75 116 537 70 16
Binary 111000 10000 10110 0 1000111 111101 1001110 101011111 111000 1110

Color Harmonies of #381016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381016

Black with #381016

Text Example


Text Example

White with #381016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381016; }

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

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

background-color css

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

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

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

border-color css

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

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

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