Html Css Color HEX #381015 Rustic Red

📋 copy color: '#381015'

red 56 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #381015

Tints of Rustic Red #381015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

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

R = 60.22%
G = 17.2%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381015 (or 0x381015) is known color: Rustic Red. HEX triplet: 38, 10 and 15. RGB value is (56,16,21). Sum of RGB (Red+Green+Blue) = 56+16+21=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381015 is #C7EFEA. Grayscale: #1C1C1C. Windows color (decimal): -13103083 or 1380408. OLE color: 1380408.

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

Color convert

RGB 56 16 21 -
CMYK 0 0.71 0.63 0.78
HSL 352.5º 0.56% 0.14% -
HSV(B) 352.5º 0.71% 0.22% -
XYZ 1.95 1.27 0.85 -
YUV 28.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 56 16 21 0 0.71 0.63 0.78 352.5 0.56 0.14
Hex 38 10 15 0 47 3F 4E 160 38 E
Octal 70 20 25 0 107 77 116 540 70 16
Binary 111000 10000 10101 0 1000111 111111 1001110 101100000 111000 1110

Color Harmonies of #381015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381015

Black with #381015

Text Example


Text Example

White with #381015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381015; }

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

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

background-color css

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

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

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

border-color css

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

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

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