Html Css Color HEX #0F080B Rustic Red

📋 copy color: '#0F080B'

red 15 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #0F080B

Tints of Rustic Red #0F080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 32.35%

R = 44.12%
G = 23.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.94

RGB Variations

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

Color information

#0F080B (or 0x0F080B) is known color: Rustic Red. HEX triplet: 0F, 08 and 0B. RGB value is (15,8,11). Sum of RGB (Red+Green+Blue) = 15+8+11=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F080B is #F0F7F4. Grayscale: #0A0A0A. Windows color (decimal): -15792117 or 722959. OLE color: 722959.

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

Color convert

RGB 15 8 11 -
CMYK 0 0.47 0.27 0.94
HSL 334.29º 0.3% 0.05% -
HSV(B) 334.29º 0.47% 0.06% -
XYZ 0.34 0.3 0.36 -
YUV 10.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 15 8 11 0 0.47 0.27 0.94 334.29 0.3 0.05
Hex F 8 B 0 2F 1B 5E 14E 1E 5
Octal 17 10 13 0 57 33 136 516 36 5
Binary 1111 1000 1011 0 101111 11011 1011110 101001110 11110 101

Color Harmonies of #0F080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F080B

Black with #0F080B

Text Example


Text Example

White with #0F080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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