Html Css Color HEX #380415 Rustic Red

📋 copy color: '#380415'

red 56 ◦ green 4 ◦ blue 21

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

Shades of Rustic Red #380415

Tints of Rustic Red #380415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.94%

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

R = 69.14%
G = 4.94%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#380415 (or 0x380415) is known color: Rustic Red. HEX triplet: 38, 04 and 15. RGB value is (56,4,21). Sum of RGB (Red+Green+Blue) = 56+4+21=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380415 is #C7FBEA. Grayscale: #151515. Windows color (decimal): -13106155 or 1377336. OLE color: 1377336.

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

Color convert

RGB 56 4 21 -
CMYK 0 0.93 0.63 0.78
HSL 340.38º 0.87% 0.12% -
HSV(B) 340.38º 0.93% 0.22% -
XYZ 1.81 0.98 0.8 -
YUV 21.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 56 4 21 0 0.93 0.63 0.78 340.38 0.87 0.12
Hex 38 4 15 0 5D 3F 4E 154 57 C
Octal 70 4 25 0 135 77 116 524 127 14
Binary 111000 100 10101 0 1011101 111111 1001110 101010100 1010111 1100

Color Harmonies of #380415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380415

Black with #380415

Text Example


Text Example

White with #380415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380415; }

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

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

background-color css

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

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

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

border-color css

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

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

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