Html Css Color HEX #381C1E Rustic Red

📋 copy color: '#381C1E'

red 56 ◦ green 28 ◦ blue 30

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

Shades of Rustic Red #381C1E

Tints of Rustic Red #381C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.56%

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 49.12%
G = 24.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#381C1E (or 0x381C1E) is known color: Rustic Red. HEX triplet: 38, 1C and 1E. RGB value is (56,28,30). Sum of RGB (Red+Green+Blue) = 56+28+30=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C1E is #C7E3E1. Grayscale: #242424. Windows color (decimal): -13100002 or 1973304. OLE color: 1973304.

HSL color Cylindrical-coordinate representation of color #381C1E: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C1E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 30 -
CMYK 0 0.50 0.46 0.78
HSL 355.71º 0.33% 0.16% -
HSV(B) 355.71º 0.5% 0.22% -
XYZ 2.28 1.76 1.45 -
YUV 36.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 56 28 30 0 0.50 0.46 0.78 355.71 0.33 0.16
Hex 38 1C 1E 0 32 2E 4E 164 21 10
Octal 70 34 36 0 62 56 116 544 41 20
Binary 111000 11100 11110 0 110010 101110 1001110 101100100 100001 10000

Color Harmonies of #381C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C1E

Black with #381C1E

Text Example


Text Example

White with #381C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C1E; }

 p { color: rgb(56,28,30); }

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

background-color css

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

 a { background-color: rgb(56,28,30); }

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

border-color css

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

 span { border-color: rgb(56,28,30); }

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