Html Css Color HEX #380713 Rustic Red

📋 copy color: '#380713'

red 56 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #380713

Tints of Rustic Red #380713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.54%

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

R = 68.29%
G = 8.54%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#380713 (or 0x380713) is known color: Rustic Red. HEX triplet: 38, 07 and 13. RGB value is (56,7,19). Sum of RGB (Red+Green+Blue) = 56+7+19=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380713 is #C7F8EC. Grayscale: #171717. Windows color (decimal): -13105389 or 1247032. OLE color: 1247032.

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

Color convert

RGB 56 7 19 -
CMYK 0 0.88 0.66 0.78
HSL 345.31º 0.78% 0.12% -
HSV(B) 345.31º 0.88% 0.22% -
XYZ 1.82 1.04 0.72 -
YUV 23.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 56 7 19 0 0.88 0.66 0.78 345.31 0.78 0.12
Hex 38 7 13 0 58 42 4E 159 4E C
Octal 70 7 23 0 130 102 116 531 116 14
Binary 111000 111 10011 0 1011000 1000010 1001110 101011001 1001110 1100

Color Harmonies of #380713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380713

Black with #380713

Text Example


Text Example

White with #380713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380713; }

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

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

background-color css

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

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

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

border-color css

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

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

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