Html Css Color HEX #330C15 Rustic Red

📋 copy color: '#330C15'

red 51 ◦ green 12 ◦ blue 21

#330C15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #330C15

Tints of Rustic Red #330C15

RGB

 RED value IS 51 (20.31% from 255) = 60.71%

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 21 (8.59% from 255) = 25%

R = 60.71%
G = 14.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#330C15 (or 0x330C15) is known color: Rustic Red. HEX triplet: 33, 0C and 15. RGB value is (51,12,21). Sum of RGB (Red+Green+Blue) = 51+12+21=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #330C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C15 is #CCF3EA. Grayscale: #181818. Windows color (decimal): -13431787 or 1379379. OLE color: 1379379.

HSL color Cylindrical-coordinate representation of color #330C15: hue angle of 346.15º 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 #330C15 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 21 -
CMYK 0 0.76 0.59 0.8
HSL 346.15º 0.62% 0.12% -
HSV(B) 346.15º 0.76% 0.2% -
XYZ 1.63 1.02 0.82 -
YUV 24.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 51 12 21 0 0.76 0.59 0.8 346.15 0.62 0.12
Hex 33 C 15 0 4C 3B 50 15A 3E C
Octal 63 14 25 0 114 73 120 532 76 14
Binary 110011 1100 10101 0 1001100 111011 1010000 101011010 111110 1100

Color Harmonies of #330C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C15

Black with #330C15

Text Example


Text Example

White with #330C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #330C15;
 }
 .AnyTagClassName
 {
   color: #330C15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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