Html Css Color HEX #330C19 Rustic Red

📋 copy color: '#330C19'

red 51 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #330C19

Tints of Rustic Red #330C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.64%

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 57.95%
G = 13.64%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330C19 (or 0x330C19) is known color: Rustic Red. HEX triplet: 33, 0C and 19. RGB value is (51,12,25). Sum of RGB (Red+Green+Blue) = 51+12+25=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C19 is #CCF3E6. Grayscale: #191919. Windows color (decimal): -13431783 or 1641523. OLE color: 1641523.

HSL color Cylindrical-coordinate representation of color #330C19: hue angle of 340º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C19 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 25 -
CMYK 0 0.76 0.51 0.8
HSL 340º 0.62% 0.12% -
HSV(B) 340º 0.76% 0.2% -
XYZ 1.67 1.04 1.03 -
YUV 25.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 51 12 25 0 0.76 0.51 0.8 340 0.62 0.12
Hex 33 C 19 0 4C 33 50 154 3E C
Octal 63 14 31 0 114 63 120 524 76 14
Binary 110011 1100 11001 0 1001100 110011 1010000 101010100 111110 1100

Color Harmonies of #330C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C19

Black with #330C19

Text Example


Text Example

White with #330C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,25); }

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

background-color css

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

 a { background-color: rgb(51,12,25); }

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

border-color css

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

 span { border-color: rgb(51,12,25); }

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