Html Css Color HEX #330E0F Rustic Red

📋 copy color: '#330E0F'

red 51 ◦ green 14 ◦ blue 15

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

Shades of Rustic Red #330E0F

Tints of Rustic Red #330E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.5%

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

R = 63.75%
G = 17.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#330E0F (or 0x330E0F) is known color: Rustic Red. HEX triplet: 33, 0E and 0F. RGB value is (51,14,15). Sum of RGB (Red+Green+Blue) = 51+14+15=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E0F is #CCF1F0. Grayscale: #191919. Windows color (decimal): -13431281 or 986675. OLE color: 986675.

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

Color convert

RGB 51 14 15 -
CMYK 0 0.73 0.71 0.8
HSL 358.38º 0.57% 0.13% -
HSV(B) 358.38º 0.73% 0.2% -
XYZ 1.61 1.05 0.57 -
YUV 25.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 51 14 15 0 0.73 0.71 0.8 358.38 0.57 0.13
Hex 33 E F 0 49 47 50 166 39 D
Octal 63 16 17 0 111 107 120 546 71 15
Binary 110011 1110 1111 0 1001001 1000111 1010000 101100110 111001 1101

Color Harmonies of #330E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E0F

Black with #330E0F

Text Example


Text Example

White with #330E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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