#38030D

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

Shades of Rustic Red #38030D

Tints of Rustic Red #38030D

Color information

#38030D (or 0x38030D) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 0D. RGB value is (56,3,13). Sum of RGB (Red+Green+Blue) = 56+3+13=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38030D is #C7FCF2. Grayscale: #141414. Windows color (decimal): -13106419 or 852792. OLE color: 852792.

HSL color Cylindrical-coordinate representation of color #38030D: hue angle of 348.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38030D is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB56313-
CMYK00.950.770.78
HSL348.68º89.83%11.57%-
HSV(B)348.68º94.64%21.96%-
XYZ1.740.930.47-
YUV19.99124.06153.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=77.78%
G=4.17%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631300.950.770.78348.6889.8311.57
Hex383D05F4D4E15d5ac
Octal70315013711511653513214
Binary111000111101010111111001101100111010101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38030D; }

 p { color: rgb(56,3,13); }

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

<style>
 a { background-color: #38030D; }

 a { background-color: rgb(56,3,13); }

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

<style>
 span { border-color: #38030D; }

 span { border-color: rgb(56,3,13); }

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