#38060B

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

Shades of Rustic Red #38060B

Tints of Rustic Red #38060B

Color information

#38060B (or 0x38060B) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 0B. RGB value is (56,6,11). Sum of RGB (Red+Green+Blue) = 56+6+11=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #38060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38060B is #C7F9F4. Grayscale: #151515. Windows color (decimal): -13105653 or 722488. OLE color: 722488.

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

Color convert

RGB56611-
CMYK00.890.800.78
HSL354º80.65%12.16%-
HSV(B)354º89.29%21.96%-
XYZ1.7610.42-
YUV21.52122.06152.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=76.71%
G=8.22%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5661100.890.800.7835480.6512.16
Hex386B059504E16251c
Octal70613013112011654212114
Binary1110001101011010110011010000100111010110001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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