#38000F

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

Shades of Rustic Red #38000F

Tints of Rustic Red #38000F

Color information

#38000F (or 0x38000F) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 0F. RGB value is (56,0,15). Sum of RGB (Red+Green+Blue) = 56+0+15=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #38000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38000F is #C7FFF0. Grayscale: #121212. Windows color (decimal): -13107185 or 983096. OLE color: 983096.

HSL color Cylindrical-coordinate representation of color #38000F: hue angle of 343.93º 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 #38000F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB56015-
CMYK010.730.78
HSL343.93º100%10.98%-
HSV(B)343.93º100%21.96%-
XYZ1.720.880.53-
YUV18.45126.05154.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 78.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=78.87%
G=0%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56015010.730.78343.9310010.98
Hex380F064494E15864b
Octal70017014411111653014413
Binary11100001111011001001001001100111010101100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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