Html Css Color HEX #380812 Rustic Red

📋 copy color: '#380812'

red 56 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #380812

Tints of Rustic Red #380812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.95%

R = 68.29%
G = 9.76%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380812 (or 0x380812) is known color: Rustic Red. HEX triplet: 38, 08 and 12. RGB value is (56,8,18). Sum of RGB (Red+Green+Blue) = 56+8+18=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380812 is #C7F7ED. Grayscale: #171717. Windows color (decimal): -13105134 or 1181752. OLE color: 1181752.

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

Color convert

RGB 56 8 18 -
CMYK 0 0.86 0.68 0.78
HSL 347.5º 0.75% 0.13% -
HSV(B) 347.5º 0.86% 0.22% -
XYZ 1.83 1.06 0.68 -
YUV 23.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 56 8 18 0 0.86 0.68 0.78 347.5 0.75 0.13
Hex 38 8 12 0 56 44 4E 15C 4B D
Octal 70 10 22 0 126 104 116 534 113 15
Binary 111000 1000 10010 0 1010110 1000100 1001110 101011100 1001011 1101

Color Harmonies of #380812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380812

Black with #380812

Text Example


Text Example

White with #380812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380812; }

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

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

background-color css

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

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

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

border-color css

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

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

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