#38010B

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

Shades of Rustic Red #38010B

Tints of Rustic Red #38010B

Color information

#38010B (or 0x38010B) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 0B. RGB value is (56,1,11). Sum of RGB (Red+Green+Blue) = 56+1+11=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #38010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38010B is #C7FEF4. Grayscale: #121212. Windows color (decimal): -13106933 or 721208. OLE color: 721208.

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

Color convert

RGB56111-
CMYK00.980.800.78
HSL349.09º96.49%11.18%-
HSV(B)349.09º98.21%21.96%-
XYZ1.70.890.4-
YUV18.58123.72154.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=82.35%
G=1.47%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611100.980.800.78349.0996.4911.18
Hex381B062504E15d60b
Octal70113014212011653514013
Binary11100011011011000101010000100111010101110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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