Html Css Color HEX #330D12 Rustic Red

📋 copy color: '#330D12'

red 51 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #330D12

Tints of Rustic Red #330D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.95%

R = 62.2%
G = 15.85%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330D12 (or 0x330D12) is known color: Rustic Red. HEX triplet: 33, 0D and 12. RGB value is (51,13,18). Sum of RGB (Red+Green+Blue) = 51+13+18=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D12 is #CCF2ED. Grayscale: #181818. Windows color (decimal): -13431534 or 1183027. OLE color: 1183027.

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

Color convert

RGB 51 13 18 -
CMYK 0 0.75 0.65 0.8
HSL 352.11º 0.59% 0.13% -
HSV(B) 352.11º 0.75% 0.2% -
XYZ 1.62 1.04 0.69 -
YUV 24.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 51 13 18 0 0.75 0.65 0.8 352.11 0.59 0.13
Hex 33 D 12 0 4B 41 50 160 3B D
Octal 63 15 22 0 113 101 120 540 73 15
Binary 110011 1101 10010 0 1001011 1000001 1010000 101100000 111011 1101

Color Harmonies of #330D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D12

Black with #330D12

Text Example


Text Example

White with #330D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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