Html Css Color HEX #0F090C Rustic Red

📋 copy color: '#0F090C'

red 15 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #0F090C

Tints of Rustic Red #0F090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#0F090C (or 0x0F090C) is known color: Rustic Red. HEX triplet: 0F, 09 and 0C. RGB value is (15,9,12). Sum of RGB (Red+Green+Blue) = 15+9+12=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090C is #F0F6F3. Grayscale: #0B0B0B. Windows color (decimal): -15791860 or 788751. OLE color: 788751.

HSL color Cylindrical-coordinate representation of color #0F090C: hue angle of 330º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F090C is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 9 12 -
CMYK 0 0.40 0.20 0.94
HSL 330º 0.25% 0.05% -
HSV(B) 330º 0.4% 0.06% -
XYZ 0.36 0.32 0.39 -
YUV 11.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 15 9 12 0 0.40 0.20 0.94 330 0.25 0.05
Hex F 9 C 0 28 14 5E 14A 19 5
Octal 17 11 14 0 50 24 136 512 31 5
Binary 1111 1001 1100 0 101000 10100 1011110 101001010 11001 101

Color Harmonies of #0F090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F090C

Black with #0F090C

Text Example


Text Example

White with #0F090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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