Html Css Color HEX #380D13 Rustic Red

📋 copy color: '#380D13'

red 56 ◦ green 13 ◦ blue 19

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

Shades of Rustic Red #380D13

Tints of Rustic Red #380D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.77%

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

R = 63.64%
G = 14.77%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#380D13 (or 0x380D13) is known color: Rustic Red. HEX triplet: 38, 0D and 13. RGB value is (56,13,19). Sum of RGB (Red+Green+Blue) = 56+13+19=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #380D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D13 is #C7F2EC. Grayscale: #1A1A1A. Windows color (decimal): -13103853 or 1248568. OLE color: 1248568.

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

Color convert

RGB 56 13 19 -
CMYK 0 0.77 0.66 0.78
HSL 351.63º 0.62% 0.14% -
HSV(B) 351.63º 0.77% 0.22% -
XYZ 1.89 1.18 0.74 -
YUV 26.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 56 13 19 0 0.77 0.66 0.78 351.63 0.62 0.14
Hex 38 D 13 0 4D 42 4E 160 3E E
Octal 70 15 23 0 115 102 116 540 76 16
Binary 111000 1101 10011 0 1001101 1000010 1001110 101100000 111110 1110

Color Harmonies of #380D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D13

Black with #380D13

Text Example


Text Example

White with #380D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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