#330A1A

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

Shades of Rustic Red #330A1A

Tints of Rustic Red #330A1A

Color information

#330A1A (or 0x330A1A) is unknown color: approx Rustic Red. HEX triplet: 33, 0A and 1A. RGB value is (51,10,26). Sum of RGB (Red+Green+Blue) = 51+10+26=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A1A is #CCF5E5. Grayscale: #181818. Windows color (decimal): -13432294 or 1706547. OLE color: 1706547.

HSL color Cylindrical-coordinate representation of color #330A1A: hue angle of 336.59º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330A1A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB511026-
CMYK00.800.490.8
HSL336.59º67.21%11.96%-
HSV(B)336.59º80.39%20%-
XYZ1.6611.08-
YUV24.08129.08147.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 58.62%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=58.62%
G=11.49%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51102600.800.490.8336.5967.2111.96
Hex33A1A050315015143c
Octal63123201206112052110314
Binary11001110101101001010000110001101000010101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330A1A; }

 p { color: rgb(51,10,26); }

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

<style>
 a { background-color: #330A1A; }

 a { background-color: rgb(51,10,26); }

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

<style>
 span { border-color: #330A1A; }

 span { border-color: rgb(51,10,26); }

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