#38020B

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

Shades of Rustic Red #38020B

Tints of Rustic Red #38020B

Color information

#38020B (or 0x38020B) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 0B. RGB value is (56,2,11). Sum of RGB (Red+Green+Blue) = 56+2+11=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #38020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38020B is #C7FDF4. Grayscale: #131313. Windows color (decimal): -13106677 or 721464. OLE color: 721464.

HSL color Cylindrical-coordinate representation of color #38020B: hue angle of 350º 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 #38020B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB56211-
CMYK00.960.800.78
HSL350º93.1%11.37%-
HSV(B)350º96.43%21.96%-
XYZ1.710.910.4-
YUV19.17123.39154.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=81.16%
G=2.90%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621100.960.800.7835093.111.37
Hex382B060504E15e5db
Octal70213014012011653613513
Binary111000101011011000001010000100111010101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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