Html Css Color HEX #380011 Rustic Red

📋 copy color: '#380011'

red 56 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #380011

Tints of Rustic Red #380011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 76.71%
G = 0%
B = 23.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#380011 (or 0x380011) is known color: Rustic Red. HEX triplet: 38, 00 and 11. RGB value is (56,0,17). Sum of RGB (Red+Green+Blue) = 56+0+17=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380011 is #C7FFEE. Grayscale: #121212. Windows color (decimal): -13107183 or 1114168. OLE color: 1114168.

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

Color convert

RGB 56 0 17 -
CMYK 0 1 0.70 0.78
HSL 341.79º 1% 0.11% -
HSV(B) 341.79º 1% 0.22% -
XYZ 1.73 0.88 0.61 -
YUV 18.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 56 0 17 0 1 0.70 0.78 341.79 1 0.11
Hex 38 0 11 0 64 46 4E 156 64 B
Octal 70 0 21 0 144 106 116 526 144 13
Binary 111000 0 10001 0 1100100 1000110 1001110 101010110 1100100 1011

Color Harmonies of #380011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380011

Black with #380011

Text Example


Text Example

White with #380011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380011; }

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

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

background-color css

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

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

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

border-color css

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

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

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