Html Css Color HEX #330005 Rustic Red

📋 copy color: '#330005'

red 51 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #330005

Tints of Rustic Red #330005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 8.93%

R = 91.07%
G = 0%
B = 8.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#330005 (or 0x330005) is known color: Rustic Red. HEX triplet: 33, 00 and 05. RGB value is (51,0,5). Sum of RGB (Red+Green+Blue) = 51+0+5=56 (7% of max value = 765). Red value is 51 (20.31% from 255 or 91.07% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 51 - color contains mainly: red. Hex color #330005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330005 is #CCFFFA. Grayscale: #0F0F0F. Windows color (decimal): -13434875 or 327731. OLE color: 327731.

HSL color Cylindrical-coordinate representation of color #330005: hue angle of 354.12º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330005 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 0 5 -
CMYK 0 1 0.90 0.8
HSL 354.12º 1% 0.1% -
HSV(B) 354.12º 1% 0.2% -
XYZ 1.39 0.71 0.21 -
YUV 15.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 51 0 5 0 1 0.90 0.8 354.12 1 0.1
Hex 33 0 5 0 64 5A 50 162 64 A
Octal 63 0 5 0 144 132 120 542 144 12
Binary 110011 0 101 0 1100100 1011010 1010000 101100010 1100100 1010

Color Harmonies of #330005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330005

Black with #330005

Text Example


Text Example

White with #330005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330005; }

 p { color: rgb(51,0,5); }

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

background-color css

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

 a { background-color: rgb(51,0,5); }

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

border-color css

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

 span { border-color: rgb(51,0,5); }

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