Html Css Color HEX #330B0F Rustic Red

📋 copy color: '#330B0F'

red 51 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #330B0F

Tints of Rustic Red #330B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.29%

 BLUE value IS 15 (6.25% from 255) = 19.48%

R = 66.23%
G = 14.29%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#330B0F (or 0x330B0F) is known color: Rustic Red. HEX triplet: 33, 0B and 0F. RGB value is (51,11,15). Sum of RGB (Red+Green+Blue) = 51+11+15=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0F is #CCF4F0. Grayscale: #171717. Windows color (decimal): -13432049 or 985907. OLE color: 985907.

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

Color convert

RGB 51 11 15 -
CMYK 0 0.78 0.71 0.8
HSL 354º 0.65% 0.12% -
HSV(B) 354º 0.78% 0.2% -
XYZ 1.57 0.98 0.56 -
YUV 23.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 51 11 15 0 0.78 0.71 0.8 354 0.65 0.12
Hex 33 B F 0 4E 47 50 162 41 C
Octal 63 13 17 0 116 107 120 542 101 14
Binary 110011 1011 1111 0 1001110 1000111 1010000 101100010 1000001 1100

Color Harmonies of #330B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B0F

Black with #330B0F

Text Example


Text Example

White with #330B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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