Html Css Color HEX #0F050A Rustic Red

📋 copy color: '#0F050A'

red 15 ◦ green 5 ◦ blue 10

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

Shades of Rustic Red #0F050A

Tints of Rustic Red #0F050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.67%

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

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#0F050A (or 0x0F050A) is known color: Rustic Red. HEX triplet: 0F, 05 and 0A. RGB value is (15,5,10). Sum of RGB (Red+Green+Blue) = 15+5+10=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F050A is #F0FAF5. Grayscale: #080808. Windows color (decimal): -15792886 or 656655. OLE color: 656655.

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

Color convert

RGB 15 5 10 -
CMYK 0 0.67 0.33 0.94
HSL 330º 0.5% 0.04% -
HSV(B) 330º 0.67% 0.06% -
XYZ 0.31 0.23 0.32 -
YUV 8.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 15 5 10 0 0.67 0.33 0.94 330 0.5 0.04
Hex F 5 A 0 43 21 5E 14A 32 4
Octal 17 5 12 0 103 41 136 512 62 4
Binary 1111 101 1010 0 1000011 100001 1011110 101001010 110010 100

Color Harmonies of #0F050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F050A

Black with #0F050A

Text Example


Text Example

White with #0F050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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