Html Css Color HEX #380B16 Rustic Red

📋 copy color: '#380B16'

red 56 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #380B16

Tints of Rustic Red #380B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.36%

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

R = 62.92%
G = 12.36%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#380B16 (or 0x380B16) is known color: Rustic Red. HEX triplet: 38, 0B and 16. RGB value is (56,11,22). Sum of RGB (Red+Green+Blue) = 56+11+22=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B16 is #C7F4E9. Grayscale: #191919. Windows color (decimal): -13104362 or 1444664. OLE color: 1444664.

HSL color Cylindrical-coordinate representation of color #380B16: hue angle of 345.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B16 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 11 22 -
CMYK 0 0.80 0.61 0.78
HSL 345.33º 0.67% 0.13% -
HSV(B) 345.33º 0.8% 0.22% -
XYZ 1.9 1.14 0.88 -
YUV 25.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 56 11 22 0 0.80 0.61 0.78 345.33 0.67 0.13
Hex 38 B 16 0 50 3D 4E 159 43 D
Octal 70 13 26 0 120 75 116 531 103 15
Binary 111000 1011 10110 0 1010000 111101 1001110 101011001 1000011 1101

Color Harmonies of #380B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B16

Black with #380B16

Text Example


Text Example

White with #380B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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