#38090B

Color #38090B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #38090B

Tints of Rustic Red #38090B

Color information

#38090B (or 0x38090B) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 0B. RGB value is (56,9,11). Sum of RGB (Red+Green+Blue) = 56+9+11=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #38090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090B is #C7F6F4. Grayscale: #171717. Windows color (decimal): -13104885 or 723256. OLE color: 723256.

HSL color Cylindrical-coordinate representation of color #38090B: hue angle of 357.45º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38090B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB56911-
CMYK00.840.800.78
HSL357.45º72.31%12.75%-
HSV(B)357.45º83.93%21.96%-
XYZ1.791.060.43-
YUV23.28121.07151.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=73.68%
G=11.84%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691100.840.800.78357.4572.3112.75
Hex389B054504E16548d
Octal701113012412011654511015
Binary11100010011011010101001010000100111010110010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38090B; }

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

 H1.HeaderClassName
 {
   color: #38090B;
 }
 .AnyTagClassName
 {
   color: #38090B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #38090B;
 }
 .BgClassName
 {
   background-color: #38090B;
 }
</style>
border-color css

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

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

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