#330C1A

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

Shades of Rustic Red #330C1A

Tints of Rustic Red #330C1A

Color information

#330C1A (or 0x330C1A) is unknown color: approx Rustic Red. HEX triplet: 33, 0C and 1A. RGB value is (51,12,26). Sum of RGB (Red+Green+Blue) = 51+12+26=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #330C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C1A is #CCF3E5. Grayscale: #191919. Windows color (decimal): -13431782 or 1707059. OLE color: 1707059.

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

Color convert

RGB511226-
CMYK00.760.490.8
HSL338.46º61.9%12.35%-
HSV(B)338.46º76.47%20%-
XYZ1.681.041.09-
YUV25.26128.42146.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=57.30%
G=13.48%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51122600.760.490.8338.4661.912.35
Hex33C1A04C31501523ec
Octal6314320114611205227614
Binary1100111100110100100110011000110100001010100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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