Html Css Color HEX #380116 Rustic Red

📋 copy color: '#380116'

red 56 ◦ green 1 ◦ blue 22

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

Shades of Rustic Red #380116

Tints of Rustic Red #380116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.27%

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

R = 70.89%
G = 1.27%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#380116 (or 0x380116) is known color: Rustic Red. HEX triplet: 38, 01 and 16. RGB value is (56,1,22). Sum of RGB (Red+Green+Blue) = 56+1+22=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380116 is #C7FEE9. Grayscale: #131313. Windows color (decimal): -13106922 or 1442104. OLE color: 1442104.

HSL color Cylindrical-coordinate representation of color #380116: hue angle of 337.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380116 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 1 22 -
CMYK 0 0.98 0.61 0.78
HSL 337.09º 0.96% 0.11% -
HSV(B) 337.09º 0.98% 0.22% -
XYZ 1.79 0.92 0.84 -
YUV 19.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 56 1 22 0 0.98 0.61 0.78 337.09 0.96 0.11
Hex 38 1 16 0 62 3D 4E 151 60 B
Octal 70 1 26 0 142 75 116 521 140 13
Binary 111000 1 10110 0 1100010 111101 1001110 101010001 1100000 1011

Color Harmonies of #380116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380116

Black with #380116

Text Example


Text Example

White with #380116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380116; }

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

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

background-color css

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

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

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

border-color css

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

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

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