Html Css Color HEX #381318 Rustic Red

📋 copy color: '#381318'

red 56 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #381318

Tints of Rustic Red #381318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.19%

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 56.57%
G = 19.19%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#381318 (or 0x381318) is known color: Rustic Red. HEX triplet: 38, 13 and 18. RGB value is (56,19,24). Sum of RGB (Red+Green+Blue) = 56+19+24=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381318 is #C7ECE7. Grayscale: #1E1E1E. Windows color (decimal): -13102312 or 1577784. OLE color: 1577784.

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

Color convert

RGB 56 19 24 -
CMYK 0 0.66 0.57 0.78
HSL 351.89º 0.49% 0.15% -
HSV(B) 351.89º 0.66% 0.22% -
XYZ 2.03 1.37 1.02 -
YUV 30.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 56 19 24 0 0.66 0.57 0.78 351.89 0.49 0.15
Hex 38 13 18 0 42 39 4E 160 31 F
Octal 70 23 30 0 102 71 116 540 61 17
Binary 111000 10011 11000 0 1000010 111001 1001110 101100000 110001 1111

Color Harmonies of #381318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381318

Black with #381318

Text Example


Text Example

White with #381318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381318; }

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

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

background-color css

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

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

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

border-color css

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

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

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