Html Css Color HEX #380818 Rustic Red

📋 copy color: '#380818'

red 56 ◦ green 8 ◦ blue 24

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

Shades of Rustic Red #380818

Tints of Rustic Red #380818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

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

R = 63.64%
G = 9.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#380818 (or 0x380818) is known color: Rustic Red. HEX triplet: 38, 08 and 18. RGB value is (56,8,24). Sum of RGB (Red+Green+Blue) = 56+8+24=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #380818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380818 is #C7F7E7. Grayscale: #181818. Windows color (decimal): -13105128 or 1574968. OLE color: 1574968.

HSL color Cylindrical-coordinate representation of color #380818: hue angle of 340º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380818 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 8 24 -
CMYK 0 0.86 0.57 0.78
HSL 340º 0.75% 0.13% -
HSV(B) 340º 0.86% 0.22% -
XYZ 1.88 1.08 0.97 -
YUV 24.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 56 8 24 0 0.86 0.57 0.78 340 0.75 0.13
Hex 38 8 18 0 56 39 4E 154 4B D
Octal 70 10 30 0 126 71 116 524 113 15
Binary 111000 1000 11000 0 1010110 111001 1001110 101010100 1001011 1101

Color Harmonies of #380818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380818

Black with #380818

Text Example


Text Example

White with #380818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380818; }

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

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

background-color css

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

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

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

border-color css

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

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

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