Html Css Color HEX #0F0B0D Rustic Red

📋 copy color: '#0F0B0D'

red 15 ◦ green 11 ◦ blue 13

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

Shades of Rustic Red #0F0B0D

Tints of Rustic Red #0F0B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 28.21%

 BLUE value IS 13 (5.47% from 255) = 33.33%

R = 38.46%
G = 28.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#0F0B0D (or 0x0F0B0D) is known color: Rustic Red. HEX triplet: 0F, 0B and 0D. RGB value is (15,11,13). Sum of RGB (Red+Green+Blue) = 15+11+13=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B0D is #F0F4F2. Grayscale: #0C0C0C. Windows color (decimal): -15791347 or 854799. OLE color: 854799.

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

Color convert

RGB 15 11 13 -
CMYK 0 0.27 0.13 0.94
HSL 330º 0.15% 0.05% -
HSV(B) 330º 0.27% 0.06% -
XYZ 0.39 0.37 0.43 -
YUV 12.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 15 11 13 0 0.27 0.13 0.94 330 0.15 0.05
Hex F B D 0 1B D 5E 14A F 5
Octal 17 13 15 0 33 15 136 512 17 5
Binary 1111 1011 1101 0 11011 1101 1011110 101001010 1111 101

Color Harmonies of #0F0B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B0D

Black with #0F0B0D

Text Example


Text Example

White with #0F0B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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