Html Css Color HEX #380816 Rustic Red

📋 copy color: '#380816'

red 56 ◦ green 8 ◦ blue 22

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

Shades of Rustic Red #380816

Tints of Rustic Red #380816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 25.58%

R = 65.12%
G = 9.3%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#380816 (or 0x380816) is known color: Rustic Red. HEX triplet: 38, 08 and 16. RGB value is (56,8,22). Sum of RGB (Red+Green+Blue) = 56+8+22=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380816 is #C7F7E9. Grayscale: #171717. Windows color (decimal): -13105130 or 1443896. OLE color: 1443896.

HSL color Cylindrical-coordinate representation of color #380816: hue angle of 342.5º 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 #380816 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 8 22 -
CMYK 0 0.86 0.61 0.78
HSL 342.5º 0.75% 0.13% -
HSV(B) 342.5º 0.86% 0.22% -
XYZ 1.86 1.07 0.87 -
YUV 23.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 56 8 22 0 0.86 0.61 0.78 342.5 0.75 0.13
Hex 38 8 16 0 56 3D 4E 156 4B D
Octal 70 10 26 0 126 75 116 526 113 15
Binary 111000 1000 10110 0 1010110 111101 1001110 101010110 1001011 1101

Color Harmonies of #380816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380816

Black with #380816

Text Example


Text Example

White with #380816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380816; }

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

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

background-color css

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

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

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

border-color css

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

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

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