#38050D

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

Shades of Rustic Red #38050D

Tints of Rustic Red #38050D

Color information

#38050D (or 0x38050D) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 0D. RGB value is (56,5,13). Sum of RGB (Red+Green+Blue) = 56+5+13=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #38050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38050D is #C7FAF2. Grayscale: #151515. Windows color (decimal): -13105907 or 853304. OLE color: 853304.

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

Color convert

RGB56513-
CMYK00.910.770.78
HSL350.59º83.61%11.96%-
HSV(B)350.59º91.07%21.96%-
XYZ1.760.980.48-
YUV21.16123.4152.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=75.68%
G=6.76%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651300.910.770.78350.5983.6111.96
Hex385D05B4D4E15f54c
Octal70515013311511653712414
Binary1110001011101010110111001101100111010101111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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