Html Css Color HEX #330C18 Rustic Red

📋 copy color: '#330C18'

red 51 ◦ green 12 ◦ blue 24

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

Shades of Rustic Red #330C18

Tints of Rustic Red #330C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 58.62%
G = 13.79%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#330C18 (or 0x330C18) is known color: Rustic Red. HEX triplet: 33, 0C and 18. RGB value is (51,12,24). Sum of RGB (Red+Green+Blue) = 51+12+24=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C18 is #CCF3E7. Grayscale: #191919. Windows color (decimal): -13431784 or 1575987. OLE color: 1575987.

HSL color Cylindrical-coordinate representation of color #330C18: hue angle of 341.54º 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 #330C18 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 24 -
CMYK 0 0.76 0.53 0.8
HSL 341.54º 0.62% 0.12% -
HSV(B) 341.54º 0.76% 0.2% -
XYZ 1.66 1.03 0.98 -
YUV 25.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 51 12 24 0 0.76 0.53 0.8 341.54 0.62 0.12
Hex 33 C 18 0 4C 35 50 156 3E C
Octal 63 14 30 0 114 65 120 526 76 14
Binary 110011 1100 11000 0 1001100 110101 1010000 101010110 111110 1100

Color Harmonies of #330C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C18

Black with #330C18

Text Example


Text Example

White with #330C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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