Html Css Color HEX #381219 Rustic Red

📋 copy color: '#381219'

red 56 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #381219

Tints of Rustic Red #381219

RGB

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

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

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

R = 56.57%
G = 18.18%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#381219 (or 0x381219) is known color: Rustic Red. HEX triplet: 38, 12 and 19. RGB value is (56,18,25). Sum of RGB (Red+Green+Blue) = 56+18+25=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381219 is #C7EDE6. Grayscale: #1E1E1E. Windows color (decimal): -13102567 or 1643064. OLE color: 1643064.

HSL color Cylindrical-coordinate representation of color #381219: hue angle of 348.95º 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 #381219 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 25 -
CMYK 0 0.68 0.55 0.78
HSL 348.95º 0.51% 0.15% -
HSV(B) 348.95º 0.68% 0.22% -
XYZ 2.02 1.34 1.07 -
YUV 30.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 56 18 25 0 0.68 0.55 0.78 348.95 0.51 0.15
Hex 38 12 19 0 44 37 4E 15D 33 F
Octal 70 22 31 0 104 67 116 535 63 17
Binary 111000 10010 11001 0 1000100 110111 1001110 101011101 110011 1111

Color Harmonies of #381219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381219

Black with #381219

Text Example


Text Example

White with #381219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381219; }

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

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

background-color css

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

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

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

border-color css

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

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

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