Html Css Color HEX #0F080A Rustic Red

📋 copy color: '#0F080A'

red 15 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #0F080A

Tints of Rustic Red #0F080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 24.24%

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

R = 45.45%
G = 24.24%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#0F080A (or 0x0F080A) is known color: Rustic Red. HEX triplet: 0F, 08 and 0A. RGB value is (15,8,10). Sum of RGB (Red+Green+Blue) = 15+8+10=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F080A is #F0F7F5. Grayscale: #0A0A0A. Windows color (decimal): -15792118 or 657423. OLE color: 657423.

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

Color convert

RGB 15 8 10 -
CMYK 0 0.47 0.33 0.94
HSL 342.86º 0.3% 0.05% -
HSV(B) 342.86º 0.47% 0.06% -
XYZ 0.34 0.3 0.33 -
YUV 10.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 15 8 10 0 0.47 0.33 0.94 342.86 0.3 0.05
Hex F 8 A 0 2F 21 5E 157 1E 5
Octal 17 10 12 0 57 41 136 527 36 5
Binary 1111 1000 1010 0 101111 100001 1011110 101010111 11110 101

Color Harmonies of #0F080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F080A

Black with #0F080A

Text Example


Text Example

White with #0F080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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