Html Css Color HEX #330817 Rustic Red

📋 copy color: '#330817'

red 51 ◦ green 8 ◦ blue 23

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

Shades of Rustic Red #330817

Tints of Rustic Red #330817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 23 (9.38% from 255) = 28.05%

R = 62.2%
G = 9.76%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#330817 (or 0x330817) is known color: Rustic Red. HEX triplet: 33, 08 and 17. RGB value is (51,8,23). Sum of RGB (Red+Green+Blue) = 51+8+23=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330817 is #CCF7E8. Grayscale: #161616. Windows color (decimal): -13432809 or 1509427. OLE color: 1509427.

HSL color Cylindrical-coordinate representation of color #330817: hue angle of 339.07º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330817 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 8 23 -
CMYK 0 0.84 0.55 0.8
HSL 339.07º 0.73% 0.12% -
HSV(B) 339.07º 0.84% 0.2% -
XYZ 1.61 0.94 0.91 -
YUV 22.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 51 8 23 0 0.84 0.55 0.8 339.07 0.73 0.12
Hex 33 8 17 0 54 37 50 153 49 C
Octal 63 10 27 0 124 67 120 523 111 14
Binary 110011 1000 10111 0 1010100 110111 1010000 101010011 1001001 1100

Color Harmonies of #330817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330817

Black with #330817

Text Example


Text Example

White with #330817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330817; }

 p { color: rgb(51,8,23); }

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

background-color css

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

 a { background-color: rgb(51,8,23); }

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

border-color css

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

 span { border-color: rgb(51,8,23); }

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