#38070A

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

Shades of Rustic Red #38070A

Tints of Rustic Red #38070A

Color information

#38070A (or 0x38070A) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 0A. RGB value is (56,7,10). Sum of RGB (Red+Green+Blue) = 56+7+10=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #38070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38070A is #C7F8F5. Grayscale: #161616. Windows color (decimal): -13105398 or 657208. OLE color: 657208.

HSL color Cylindrical-coordinate representation of color #38070A: hue angle of 356.33º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38070A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB56710-
CMYK00.880.820.78
HSL356.33º77.78%12.35%-
HSV(B)356.33º87.5%21.96%-
XYZ1.761.010.39-
YUV21.99121.23152.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=76.71%
G=9.59%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5671000.880.820.78356.3377.7812.35
Hex387A058524E1644ec
Octal70712013012211654411614
Binary1110001111010010110001010010100111010110010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38070A; }

 p { color: rgb(56,7,10); }

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

<style>
 a { background-color: #38070A; }

 a { background-color: rgb(56,7,10); }

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

<style>
 span { border-color: #38070A; }

 span { border-color: rgb(56,7,10); }

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