Html Css Color HEX #330D0E Rustic Red

📋 copy color: '#330D0E'

red 51 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #330D0E

Tints of Rustic Red #330D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.67%

 BLUE value IS 14 (5.86% from 255) = 17.95%

R = 65.38%
G = 16.67%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#330D0E (or 0x330D0E) is known color: Rustic Red. HEX triplet: 33, 0D and 0E. RGB value is (51,13,14). Sum of RGB (Red+Green+Blue) = 51+13+14=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0E is #CCF2F1. Grayscale: #181818. Windows color (decimal): -13431538 or 920883. OLE color: 920883.

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

Color convert

RGB 51 13 14 -
CMYK 0 0.75 0.73 0.8
HSL 358.42º 0.59% 0.13% -
HSV(B) 358.42º 0.75% 0.2% -
XYZ 1.59 1.02 0.53 -
YUV 24.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 51 13 14 0 0.75 0.73 0.8 358.42 0.59 0.13
Hex 33 D E 0 4B 49 50 166 3B D
Octal 63 15 16 0 113 111 120 546 73 15
Binary 110011 1101 1110 0 1001011 1001001 1010000 101100110 111011 1101

Color Harmonies of #330D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D0E

Black with #330D0E

Text Example


Text Example

White with #330D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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