#38081A

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

Shades of Rustic Red #38081A

Tints of Rustic Red #38081A

Color information

#38081A (or 0x38081A) is unknown color: approx Rustic Red. HEX triplet: 38, 08 and 1A. RGB value is (56,8,26). Sum of RGB (Red+Green+Blue) = 56+8+26=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38081A is #C7F7E5. Grayscale: #181818. Windows color (decimal): -13105126 or 1706040. OLE color: 1706040.

HSL color Cylindrical-coordinate representation of color #38081A: hue angle of 337.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 #38081A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB56826-
CMYK00.860.540.78
HSL337.5º75%12.55%-
HSV(B)337.5º85.71%21.96%-
XYZ1.91.091.09-
YUV24.4128.9150.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=62.22%
G=8.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5682600.860.540.78337.57512.55
Hex3881A056364E1524bd
Octal70103201266611652211315
Binary11100010001101001010110110110100111010101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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