Html Css Color HEX #380D0E Rustic Red

📋 copy color: '#380D0E'

red 56 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #380D0E

Tints of Rustic Red #380D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 67.47%
G = 15.66%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#380D0E (or 0x380D0E) is known color: Rustic Red. HEX triplet: 38, 0D and 0E. RGB value is (56,13,14). Sum of RGB (Red+Green+Blue) = 56+13+14=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D0E is #C7F2F1. Grayscale: #1A1A1A. Windows color (decimal): -13103858 or 920888. OLE color: 920888.

HSL color Cylindrical-coordinate representation of color #380D0E: hue angle of 358.6º 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 #380D0E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 14 -
CMYK 0 0.77 0.75 0.78
HSL 358.6º 0.62% 0.14% -
HSV(B) 358.6º 0.77% 0.22% -
XYZ 1.85 1.16 0.54 -
YUV 25.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 56 13 14 0 0.77 0.75 0.78 358.6 0.62 0.14
Hex 38 D E 0 4D 4B 4E 167 3E E
Octal 70 15 16 0 115 113 116 547 76 16
Binary 111000 1101 1110 0 1001101 1001011 1001110 101100111 111110 1110

Color Harmonies of #380D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D0E

Black with #380D0E

Text Example


Text Example

White with #380D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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