#38010A

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

Shades of Rustic Red #38010A

Tints of Rustic Red #38010A

Color information

#38010A (or 0x38010A) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 0A. RGB value is (56,1,10). Sum of RGB (Red+Green+Blue) = 56+1+10=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #38010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38010A is #C7FEF5. Grayscale: #121212. Windows color (decimal): -13106934 or 655672. OLE color: 655672.

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

Color convert

RGB56110-
CMYK00.980.820.78
HSL350.18º96.49%11.18%-
HSV(B)350.18º98.21%21.96%-
XYZ1.70.880.37-
YUV18.47123.22154.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=83.58%
G=1.49%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611000.980.820.78350.1896.4911.18
Hex381A062524E15e60b
Octal70112014212211653614013
Binary11100011010011000101010010100111010101111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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