#38050B

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

Shades of Rustic Red #38050B

Tints of Rustic Red #38050B

Color information

#38050B (or 0x38050B) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 0B. RGB value is (56,5,11). Sum of RGB (Red+Green+Blue) = 56+5+11=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38050B is #C7FAF4. Grayscale: #141414. Windows color (decimal): -13105909 or 722232. OLE color: 722232.

HSL color Cylindrical-coordinate representation of color #38050B: hue angle of 352.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38050B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB56511-
CMYK00.910.800.78
HSL352.94º83.61%11.96%-
HSV(B)352.94º91.07%21.96%-
XYZ1.750.970.41-
YUV20.93122.4153.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=77.78%
G=6.94%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651100.910.800.78352.9483.6111.96
Hex385B05B504E16154c
Octal70513013312011654112414
Binary1110001011011010110111010000100111010110000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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