Html Css Color HEX #0F070B Rustic Red

📋 copy color: '#0F070B'

red 15 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #0F070B

Tints of Rustic Red #0F070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 21.21%

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

R = 45.45%
G = 21.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.94

RGB Variations

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

Color information

#0F070B (or 0x0F070B) is known color: Rustic Red. HEX triplet: 0F, 07 and 0B. RGB value is (15,7,11). Sum of RGB (Red+Green+Blue) = 15+7+11=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F070B is #F0F8F4. Grayscale: #090909. Windows color (decimal): -15792373 or 722703. OLE color: 722703.

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

Color convert

RGB 15 7 11 -
CMYK 0 0.53 0.27 0.94
HSL 330º 0.36% 0.04% -
HSV(B) 330º 0.53% 0.06% -
XYZ 0.33 0.28 0.35 -
YUV 9.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 15 7 11 0 0.53 0.27 0.94 330 0.36 0.04
Hex F 7 B 0 35 1B 5E 14A 24 4
Octal 17 7 13 0 65 33 136 512 44 4
Binary 1111 111 1011 0 110101 11011 1011110 101001010 100100 100

Color Harmonies of #0F070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F070B

Black with #0F070B

Text Example


Text Example

White with #0F070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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