Html Css Color HEX #330F19 Rustic Red

📋 copy color: '#330F19'

red 51 ◦ green 15 ◦ blue 25

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

Shades of Rustic Red #330F19

Tints of Rustic Red #330F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.48%

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

R = 56.04%
G = 16.48%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330F19 (or 0x330F19) is known color: Rustic Red. HEX triplet: 33, 0F and 19. RGB value is (51,15,25). Sum of RGB (Red+Green+Blue) = 51+15+25=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F19 is #CCF0E6. Grayscale: #1A1A1A. Windows color (decimal): -13431015 or 1642291. OLE color: 1642291.

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

Color convert

RGB 51 15 25 -
CMYK 0 0.71 0.51 0.8
HSL 343.33º 0.55% 0.13% -
HSV(B) 343.33º 0.71% 0.2% -
XYZ 1.71 1.12 1.04 -
YUV 26.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 51 15 25 0 0.71 0.51 0.8 343.33 0.55 0.13
Hex 33 F 19 0 47 33 50 157 37 D
Octal 63 17 31 0 107 63 120 527 67 15
Binary 110011 1111 11001 0 1000111 110011 1010000 101010111 110111 1101

Color Harmonies of #330F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F19

Black with #330F19

Text Example


Text Example

White with #330F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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