Html Css Color HEX #330D0F Rustic Red

📋 copy color: '#330D0F'

red 51 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #330D0F

Tints of Rustic Red #330D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.46%

 BLUE value IS 15 (6.25% from 255) = 18.99%

R = 64.56%
G = 16.46%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#330D0F (or 0x330D0F) is known color: Rustic Red. HEX triplet: 33, 0D and 0F. RGB value is (51,13,15). Sum of RGB (Red+Green+Blue) = 51+13+15=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0F is #CCF2F0. Grayscale: #181818. Windows color (decimal): -13431537 or 986419. OLE color: 986419.

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

Color convert

RGB 51 13 15 -
CMYK 0 0.75 0.71 0.8
HSL 356.84º 0.59% 0.13% -
HSV(B) 356.84º 0.75% 0.2% -
XYZ 1.6 1.03 0.57 -
YUV 24.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 51 13 15 0 0.75 0.71 0.8 356.84 0.59 0.13
Hex 33 D F 0 4B 47 50 165 3B D
Octal 63 15 17 0 113 107 120 545 73 15
Binary 110011 1101 1111 0 1001011 1000111 1010000 101100101 111011 1101

Color Harmonies of #330D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D0F

Black with #330D0F

Text Example


Text Example

White with #330D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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