Html Css Color HEX #380015 Rustic Red

📋 copy color: '#380015'

red 56 ◦ green 0 ◦ blue 21

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

Shades of Rustic Red #380015

Tints of Rustic Red #380015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#380015 (or 0x380015) is known color: Rustic Red. HEX triplet: 38, 00 and 15. RGB value is (56,0,21). Sum of RGB (Red+Green+Blue) = 56+0+21=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380015 is #C7FFEA. Grayscale: #131313. Windows color (decimal): -13107179 or 1376312. OLE color: 1376312.

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

Color convert

RGB 56 0 21 -
CMYK 0 1 0.63 0.78
HSL 337.5º 1% 0.11% -
HSV(B) 337.5º 1% 0.22% -
XYZ 1.77 0.89 0.79 -
YUV 19.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 56 0 21 0 1 0.63 0.78 337.5 1 0.11
Hex 38 0 15 0 64 3F 4E 152 64 B
Octal 70 0 25 0 144 77 116 522 144 13
Binary 111000 0 10101 0 1100100 111111 1001110 101010010 1100100 1011

Color Harmonies of #380015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380015

Black with #380015

Text Example


Text Example

White with #380015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380015; }

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

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

background-color css

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

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

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

border-color css

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

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

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