Html Css Color HEX #381213 Rustic Red

📋 copy color: '#381213'

red 56 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #381213

Tints of Rustic Red #381213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 60.22%
G = 19.35%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381213 (or 0x381213) is known color: Rustic Red. HEX triplet: 38, 12 and 13. RGB value is (56,18,19). Sum of RGB (Red+Green+Blue) = 56+18+19=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381213 is #C7EDEC. Grayscale: #1D1D1D. Windows color (decimal): -13102573 or 1249848. OLE color: 1249848.

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

Color convert

RGB 56 18 19 -
CMYK 0 0.68 0.66 0.78
HSL 358.42º 0.51% 0.15% -
HSV(B) 358.42º 0.68% 0.22% -
XYZ 1.96 1.32 0.77 -
YUV 29.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 56 18 19 0 0.68 0.66 0.78 358.42 0.51 0.15
Hex 38 12 13 0 44 42 4E 166 33 F
Octal 70 22 23 0 104 102 116 546 63 17
Binary 111000 10010 10011 0 1000100 1000010 1001110 101100110 110011 1111

Color Harmonies of #381213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381213

Black with #381213

Text Example


Text Example

White with #381213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381213; }

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

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

background-color css

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

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

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

border-color css

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

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

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