#3B090A

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

Shades of Rustic Red #3B090A

Tints of Rustic Red #3B090A

Color information

#3B090A (or 0x3B090A) is unknown color: approx Rustic Red. HEX triplet: 3B, 09 and 0A. RGB value is (59,9,10). Sum of RGB (Red+Green+Blue) = 59+9+10=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090A is #C4F6F5. Grayscale: #181818. Windows color (decimal): -12908278 or 657723. OLE color: 657723.

HSL color Cylindrical-coordinate representation of color #3B090A: hue angle of 358.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B090A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.77.

Color convert

RGB59910-
CMYK00.850.830.77
HSL358.8º73.53%13.33%-
HSV(B)358.8º84.75%23.14%-
XYZ1.961.150.41-
YUV24.06120.06152.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=75.64%
G=11.54%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5991000.850.830.77358.873.5313.33
Hex3B9A055534D1674ad
Octal731112012512311554711215
Binary11101110011010010101011010011100110110110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B090A; }

 p { color: rgb(59,9,10); }

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

<style>
 a { background-color: #3B090A; }

 a { background-color: rgb(59,9,10); }

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

<style>
 span { border-color: #3B090A; }

 span { border-color: rgb(59,9,10); }

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