Html Css Color HEX #33090F Rustic Red

📋 copy color: '#33090F'

red 51 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #33090F

Tints of Rustic Red #33090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12%

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

R = 68%
G = 12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#33090F (or 0x33090F) is known color: Rustic Red. HEX triplet: 33, 09 and 0F. RGB value is (51,9,15). Sum of RGB (Red+Green+Blue) = 51+9+15=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #33090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33090F is #CCF6F0. Grayscale: #161616. Windows color (decimal): -13432561 or 985395. OLE color: 985395.

HSL color Cylindrical-coordinate representation of color #33090F: hue angle of 351.43º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33090F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 9 15 -
CMYK 0 0.82 0.71 0.8
HSL 351.43º 0.7% 0.12% -
HSV(B) 351.43º 0.82% 0.2% -
XYZ 1.55 0.93 0.55 -
YUV 22.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 51 9 15 0 0.82 0.71 0.8 351.43 0.7 0.12
Hex 33 9 F 0 52 47 50 15F 46 C
Octal 63 11 17 0 122 107 120 537 106 14
Binary 110011 1001 1111 0 1010010 1000111 1010000 101011111 1000110 1100

Color Harmonies of #33090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33090F

Black with #33090F

Text Example


Text Example

White with #33090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33090F; }

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

 H1.HeaderClassName
 {
   color: #33090F;
 }
 .AnyTagClassName
 {
   color: #33090F;
 }
</style>

background-color css

<style>
 a { background-color: #33090F; }

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

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

border-color css

<style>
 span { border-color: #33090F; }

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

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