Html Css Color HEX #330002 Rustic Red

📋 copy color: '#330002'

red 51 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #330002

Tints of Rustic Red #330002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.77%

R = 96.23%
G = 0%
B = 3.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#330002 (or 0x330002) is known color: Rustic Red. HEX triplet: 33, 00 and 02. RGB value is (51,0,2). Sum of RGB (Red+Green+Blue) = 51+0+2=53 (7% of max value = 765). Red value is 51 (20.31% from 255 or 96.23% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 51 - color contains mainly: red. Hex color #330002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330002 is #CCFFFD. Grayscale: #0F0F0F. Windows color (decimal): -13434878 or 131123. OLE color: 131123.

HSL color Cylindrical-coordinate representation of color #330002: hue angle of 357.65º 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 #330002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 0 2 -
CMYK 0 1 0.96 0.8
HSL 357.65º 1% 0.1% -
HSV(B) 357.65º 1% 0.2% -
XYZ 1.38 0.71 0.12 -
YUV 15.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 51 0 2 0 1 0.96 0.8 357.65 1 0.1
Hex 33 0 2 0 64 60 50 166 64 A
Octal 63 0 2 0 144 140 120 546 144 12
Binary 110011 0 10 0 1100100 1100000 1010000 101100110 1100100 1010

Color Harmonies of #330002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330002

Black with #330002

Text Example


Text Example

White with #330002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330002; }

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

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

background-color css

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

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

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

border-color css

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

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

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