Html Css Color HEX #380E17 Rustic Red

📋 copy color: '#380E17'

red 56 ◦ green 14 ◦ blue 23

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

Shades of Rustic Red #380E17

Tints of Rustic Red #380E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.05%

 BLUE value IS 23 (9.38% from 255) = 24.73%

R = 60.22%
G = 15.05%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#380E17 (or 0x380E17) is known color: Rustic Red. HEX triplet: 38, 0E and 17. RGB value is (56,14,23). Sum of RGB (Red+Green+Blue) = 56+14+23=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E17 is #C7F1E8. Grayscale: #1B1B1B. Windows color (decimal): -13103593 or 1510968. OLE color: 1510968.

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

Color convert

RGB 56 14 23 -
CMYK 0 0.75 0.59 0.78
HSL 347.14º 0.6% 0.14% -
HSV(B) 347.14º 0.75% 0.22% -
XYZ 1.94 1.22 0.94 -
YUV 27.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 56 14 23 0 0.75 0.59 0.78 347.14 0.6 0.14
Hex 38 E 17 0 4B 3B 4E 15B 3C E
Octal 70 16 27 0 113 73 116 533 74 16
Binary 111000 1110 10111 0 1001011 111011 1001110 101011011 111100 1110

Color Harmonies of #380E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E17

Black with #380E17

Text Example


Text Example

White with #380E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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