Html Css Color HEX #330714 Rustic Red

📋 copy color: '#330714'

red 51 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #330714

Tints of Rustic Red #330714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

 BLUE value IS 20 (8.2% from 255) = 25.64%

R = 65.38%
G = 8.97%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#330714 (or 0x330714) is known color: Rustic Red. HEX triplet: 33, 07 and 14. RGB value is (51,7,20). Sum of RGB (Red+Green+Blue) = 51+7+20=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330714 is #CCF8EB. Grayscale: #151515. Windows color (decimal): -13433068 or 1312563. OLE color: 1312563.

HSL color Cylindrical-coordinate representation of color #330714: hue angle of 342.27º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330714 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 7 20 -
CMYK 0 0.86 0.61 0.8
HSL 342.27º 0.76% 0.11% -
HSV(B) 342.27º 0.86% 0.2% -
XYZ 1.57 0.91 0.75 -
YUV 21.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 51 7 20 0 0.86 0.61 0.8 342.27 0.76 0.11
Hex 33 7 14 0 56 3D 50 156 4C B
Octal 63 7 24 0 126 75 120 526 114 13
Binary 110011 111 10100 0 1010110 111101 1010000 101010110 1001100 1011

Color Harmonies of #330714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330714

Black with #330714

Text Example


Text Example

White with #330714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330714; }

 p { color: rgb(51,7,20); }

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

background-color css

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

 a { background-color: rgb(51,7,20); }

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

border-color css

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

 span { border-color: rgb(51,7,20); }

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