Html Css Color HEX #330F11 Rustic Red

📋 copy color: '#330F11'

red 51 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #330F11

Tints of Rustic Red #330F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.07%

 BLUE value IS 17 (7.03% from 255) = 20.48%

R = 61.45%
G = 18.07%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#330F11 (or 0x330F11) is known color: Rustic Red. HEX triplet: 33, 0F and 11. RGB value is (51,15,17). Sum of RGB (Red+Green+Blue) = 51+15+17=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F11 is #CCF0EE. Grayscale: #1A1A1A. Windows color (decimal): -13431023 or 1118003. OLE color: 1118003.

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

Color convert

RGB 51 15 17 -
CMYK 0 0.71 0.67 0.8
HSL 356.67º 0.55% 0.13% -
HSV(B) 356.67º 0.71% 0.2% -
XYZ 1.64 1.09 0.65 -
YUV 25.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 51 15 17 0 0.71 0.67 0.8 356.67 0.55 0.13
Hex 33 F 11 0 47 43 50 165 37 D
Octal 63 17 21 0 107 103 120 545 67 15
Binary 110011 1111 10001 0 1000111 1000011 1010000 101100101 110111 1101

Color Harmonies of #330F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F11

Black with #330F11

Text Example


Text Example

White with #330F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,17); }

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

background-color css

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

 a { background-color: rgb(51,15,17); }

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

border-color css

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

 span { border-color: rgb(51,15,17); }

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