Html Css Color HEX #330E18 Rustic Red

📋 copy color: '#330E18'

red 51 ◦ green 14 ◦ blue 24

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

Shades of Rustic Red #330E18

Tints of Rustic Red #330E18

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.73%

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

R = 57.3%
G = 15.73%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#330E18 (or 0x330E18) is known color: Rustic Red. HEX triplet: 33, 0E and 18. RGB value is (51,14,24). Sum of RGB (Red+Green+Blue) = 51+14+24=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #330E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E18 is #CCF1E7. Grayscale: #1A1A1A. Windows color (decimal): -13431272 or 1576499. OLE color: 1576499.

HSL color Cylindrical-coordinate representation of color #330E18: hue angle of 343.78º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E18 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 24 -
CMYK 0 0.73 0.53 0.8
HSL 343.78º 0.57% 0.13% -
HSV(B) 343.78º 0.73% 0.2% -
XYZ 1.69 1.08 0.98 -
YUV 26.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 51 14 24 0 0.73 0.53 0.8 343.78 0.57 0.13
Hex 33 E 18 0 49 35 50 158 39 D
Octal 63 16 30 0 111 65 120 530 71 15
Binary 110011 1110 11000 0 1001001 110101 1010000 101011000 111001 1101

Color Harmonies of #330E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E18

Black with #330E18

Text Example


Text Example

White with #330E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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