Html Css Color HEX #381518 Rustic Red

📋 copy color: '#381518'

red 56 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #381518

Tints of Rustic Red #381518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.79%

 BLUE value IS 24 (9.77% from 255) = 23.76%

R = 55.45%
G = 20.79%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#381518 (or 0x381518) is known color: Rustic Red. HEX triplet: 38, 15 and 18. RGB value is (56,21,24). Sum of RGB (Red+Green+Blue) = 56+21+24=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381518 is #C7EAE7. Grayscale: #1F1F1F. Windows color (decimal): -13101800 or 1578296. OLE color: 1578296.

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

Color convert

RGB 56 21 24 -
CMYK 0 0.63 0.57 0.78
HSL 354.86º 0.45% 0.15% -
HSV(B) 354.86º 0.63% 0.22% -
XYZ 2.06 1.44 1.03 -
YUV 31.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 56 21 24 0 0.63 0.57 0.78 354.86 0.45 0.15
Hex 38 15 18 0 3F 39 4E 163 2D F
Octal 70 25 30 0 77 71 116 543 55 17
Binary 111000 10101 11000 0 111111 111001 1001110 101100011 101101 1111

Color Harmonies of #381518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381518

Black with #381518

Text Example


Text Example

White with #381518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381518; }

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

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

background-color css

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

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

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

border-color css

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

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

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