Html Css Color HEX #0F0209 Rustic Red

📋 copy color: '#0F0209'

red 15 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #0F0209

Tints of Rustic Red #0F0209

RGB

 RED value IS 15 (6.25% from 255) = 57.69%

 GREEN value IS 2 (1.17% from 255) = 7.69%

 BLUE value IS 9 (3.91% from 255) = 34.62%

R = 57.69%
G = 7.69%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.94

RGB Variations

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

Color information

#0F0209 (or 0x0F0209) is known color: Rustic Red. HEX triplet: 0F, 02 and 09. RGB value is (15,2,9). Sum of RGB (Red+Green+Blue) = 15+2+9=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0209 is #F0FDF6. Grayscale: #060606. Windows color (decimal): -15793655 or 590351. OLE color: 590351.

HSL color Cylindrical-coordinate representation of color #0F0209: hue angle of 327.69º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0209 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 2 9 -
CMYK 0 0.87 0.40 0.94
HSL 327.69º 0.76% 0.03% -
HSV(B) 327.69º 0.87% 0.06% -
XYZ 0.27 0.16 0.28 -
YUV 6.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 15 2 9 0 0.87 0.40 0.94 327.69 0.76 0.03
Hex F 2 9 0 57 28 5E 148 4C 3
Octal 17 2 11 0 127 50 136 510 114 3
Binary 1111 10 1001 0 1010111 101000 1011110 101001000 1001100 11

Color Harmonies of #0F0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0209

Black with #0F0209

Text Example


Text Example

White with #0F0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0209; }

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

 H1.HeaderClassName
 {
   color: #0F0209;
 }
 .AnyTagClassName
 {
   color: #0F0209;
 }
</style>

background-color css

<style>
 a { background-color: #0F0209; }

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

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

border-color css

<style>
 span { border-color: #0F0209; }

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

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