Html Css Color HEX #381519 Rustic Red

📋 copy color: '#381519'

red 56 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #381519

Tints of Rustic Red #381519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 54.9%
G = 20.59%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#381519 (or 0x381519) is known color: Rustic Red. HEX triplet: 38, 15 and 19. RGB value is (56,21,25). Sum of RGB (Red+Green+Blue) = 56+21+25=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381519 is #C7EAE6. Grayscale: #1F1F1F. Windows color (decimal): -13101799 or 1643832. OLE color: 1643832.

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

Color convert

RGB 56 21 25 -
CMYK 0 0.63 0.55 0.78
HSL 353.14º 0.45% 0.15% -
HSV(B) 353.14º 0.63% 0.22% -
XYZ 2.07 1.45 1.09 -
YUV 31.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 56 21 25 0 0.63 0.55 0.78 353.14 0.45 0.15
Hex 38 15 19 0 3F 37 4E 161 2D F
Octal 70 25 31 0 77 67 116 541 55 17
Binary 111000 10101 11001 0 111111 110111 1001110 101100001 101101 1111

Color Harmonies of #381519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381519

Black with #381519

Text Example


Text Example

White with #381519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381519; }

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

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

background-color css

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

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

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

border-color css

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

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

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