#38020A

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

Shades of Rustic Red #38020A

Tints of Rustic Red #38020A

Color information

#38020A (or 0x38020A) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 0A. RGB value is (56,2,10). Sum of RGB (Red+Green+Blue) = 56+2+10=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #38020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38020A is #C7FDF5. Grayscale: #131313. Windows color (decimal): -13106678 or 655928. OLE color: 655928.

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

Color convert

RGB56210-
CMYK00.960.820.78
HSL351.11º93.1%11.37%-
HSV(B)351.11º96.43%21.96%-
XYZ1.710.910.37-
YUV19.06122.89154.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 10 (4.30% from 255) = 14.71%
R=82.35%
G=2.94%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621000.960.820.78351.1193.111.37
Hex382A060524E15f5db
Octal70212014012211653713513
Binary111000101010011000001010010100111010101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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