#38010F

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

Shades of Rustic Red #38010F

Tints of Rustic Red #38010F

Color information

#38010F (or 0x38010F) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 0F. RGB value is (56,1,15). Sum of RGB (Red+Green+Blue) = 56+1+15=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38010F is #C7FEF0. Grayscale: #131313. Windows color (decimal): -13106929 or 983352. OLE color: 983352.

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

Color convert

RGB56115-
CMYK00.980.730.78
HSL344.73º96.49%11.18%-
HSV(B)344.73º98.21%21.96%-
XYZ1.730.90.53-
YUV19.04125.72154.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=77.78%
G=1.39%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611500.980.730.78344.7396.4911.18
Hex381F062494E15960b
Octal70117014211111653114013
Binary11100011111011000101001001100111010101100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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