Html Css Color HEX #0F060A Rustic Red

📋 copy color: '#0F060A'

red 15 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #0F060A

Tints of Rustic Red #0F060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 19.35%

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

R = 48.39%
G = 19.35%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#0F060A (or 0x0F060A) is known color: Rustic Red. HEX triplet: 0F, 06 and 0A. RGB value is (15,6,10). Sum of RGB (Red+Green+Blue) = 15+6+10=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060A is #F0F9F5. Grayscale: #090909. Windows color (decimal): -15792630 or 656911. OLE color: 656911.

HSL color Cylindrical-coordinate representation of color #0F060A: hue angle of 333.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F060A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 6 10 -
CMYK 0 0.60 0.33 0.94
HSL 333.33º 0.43% 0.04% -
HSV(B) 333.33º 0.6% 0.06% -
XYZ 0.32 0.25 0.32 -
YUV 9.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 15 6 10 0 0.60 0.33 0.94 333.33 0.43 0.04
Hex F 6 A 0 3C 21 5E 14D 2B 4
Octal 17 6 12 0 74 41 136 515 53 4
Binary 1111 110 1010 0 111100 100001 1011110 101001101 101011 100

Color Harmonies of #0F060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F060A

Black with #0F060A

Text Example


Text Example

White with #0F060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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