#38080A

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

Shades of Rustic Red #38080A

Tints of Rustic Red #38080A

Color information

#38080A (or 0x38080A) is unknown color: approx Rustic Red. HEX triplet: 38, 08 and 0A. RGB value is (56,8,10). Sum of RGB (Red+Green+Blue) = 56+8+10=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #38080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38080A is #C7F7F5. Grayscale: #161616. Windows color (decimal): -13105142 or 657464. OLE color: 657464.

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

Color convert

RGB56810-
CMYK00.860.820.78
HSL357.5º75%12.55%-
HSV(B)357.5º85.71%21.96%-
XYZ1.771.040.39-
YUV22.58120.9151.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 8 (3.52% from 255) = 10.81%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=75.68%
G=10.81%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5681000.860.820.78357.57512.55
Hex388A056524E1664bd
Octal701012012612211654611315
Binary11100010001010010101101010010100111010110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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