#38000B

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

Shades of Rustic Red #38000B

Tints of Rustic Red #38000B

Color information

#38000B (or 0x38000B) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 0B. RGB value is (56,0,11). Sum of RGB (Red+Green+Blue) = 56+0+11=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #38000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38000B is #C7FFF4. Grayscale: #121212. Windows color (decimal): -13107189 or 720952. OLE color: 720952.

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

Color convert

RGB56011-
CMYK010.800.78
HSL348.21º100%10.98%-
HSV(B)348.21º100%21.96%-
XYZ1.690.860.39-
YUV18124.05155.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=83.58%
G=0%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56011010.800.78348.2110010.98
Hex380B064504E15c64b
Octal70013014412011653414413
Binary11100001011011001001010000100111010101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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