Html Css Color HEX #381215 Rustic Red

📋 copy color: '#381215'

red 56 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #381215

Tints of Rustic Red #381215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

 BLUE value IS 21 (8.59% from 255) = 22.11%

R = 58.95%
G = 18.95%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381215 (or 0x381215) is known color: Rustic Red. HEX triplet: 38, 12 and 15. RGB value is (56,18,21). Sum of RGB (Red+Green+Blue) = 56+18+21=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381215 is #C7EDEA. Grayscale: #1D1D1D. Windows color (decimal): -13102571 or 1380920. OLE color: 1380920.

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

Color convert

RGB 56 18 21 -
CMYK 0 0.68 0.63 0.78
HSL 355.26º 0.51% 0.15% -
HSV(B) 355.26º 0.68% 0.22% -
XYZ 1.98 1.33 0.86 -
YUV 29.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 56 18 21 0 0.68 0.63 0.78 355.26 0.51 0.15
Hex 38 12 15 0 44 3F 4E 163 33 F
Octal 70 22 25 0 104 77 116 543 63 17
Binary 111000 10010 10101 0 1000100 111111 1001110 101100011 110011 1111

Color Harmonies of #381215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381215

Black with #381215

Text Example


Text Example

White with #381215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381215; }

 p { color: rgb(56,18,21); }

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

background-color css

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

 a { background-color: rgb(56,18,21); }

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

border-color css

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

 span { border-color: rgb(56,18,21); }

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