Html Css Color HEX #380215 Rustic Red

📋 copy color: '#380215'

red 56 ◦ green 2 ◦ blue 21

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

Shades of Rustic Red #380215

Tints of Rustic Red #380215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.53%

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

R = 70.89%
G = 2.53%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#380215 (or 0x380215) is known color: Rustic Red. HEX triplet: 38, 02 and 15. RGB value is (56,2,21). Sum of RGB (Red+Green+Blue) = 56+2+21=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380215 is #C7FDEA. Grayscale: #141414. Windows color (decimal): -13106667 or 1376824. OLE color: 1376824.

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

Color convert

RGB 56 2 21 -
CMYK 0 0.96 0.63 0.78
HSL 338.89º 0.93% 0.11% -
HSV(B) 338.89º 0.96% 0.22% -
XYZ 1.79 0.94 0.8 -
YUV 20.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 56 2 21 0 0.96 0.63 0.78 338.89 0.93 0.11
Hex 38 2 15 0 60 3F 4E 153 5D B
Octal 70 2 25 0 140 77 116 523 135 13
Binary 111000 10 10101 0 1100000 111111 1001110 101010011 1011101 1011

Color Harmonies of #380215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380215

Black with #380215

Text Example


Text Example

White with #380215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380215; }

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

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

background-color css

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

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

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

border-color css

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

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

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