Html Css Color HEX #0F090A Rustic Red

📋 copy color: '#0F090A'

red 15 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #0F090A

Tints of Rustic Red #0F090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 29.41%

R = 44.12%
G = 26.47%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#0F090A (or 0x0F090A) is known color: Rustic Red. HEX triplet: 0F, 09 and 0A. RGB value is (15,9,10). Sum of RGB (Red+Green+Blue) = 15+9+10=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090A is #F0F6F5. Grayscale: #0A0A0A. Windows color (decimal): -15791862 or 657679. OLE color: 657679.

HSL color Cylindrical-coordinate representation of color #0F090A: hue angle of 350º 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 #0F090A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 9 10 -
CMYK 0 0.40 0.33 0.94
HSL 350º 0.25% 0.05% -
HSV(B) 350º 0.4% 0.06% -
XYZ 0.35 0.32 0.33 -
YUV 10.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 15 9 10 0 0.40 0.33 0.94 350 0.25 0.05
Hex F 9 A 0 28 21 5E 15E 19 5
Octal 17 11 12 0 50 41 136 536 31 5
Binary 1111 1001 1010 0 101000 100001 1011110 101011110 11001 101

Color Harmonies of #0F090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F090A

Black with #0F090A

Text Example


Text Example

White with #0F090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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