Html Css Color HEX #0F0406 Rustic Red

📋 copy color: '#0F0406'

red 15 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #0F0406

Tints of Rustic Red #0F0406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16%

 BLUE value IS 6 (2.73% from 255) = 24%

R = 60%
G = 16%
B = 24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.94

RGB Variations

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

Color information

#0F0406 (or 0x0F0406) is known color: Rustic Red. HEX triplet: 0F, 04 and 06. RGB value is (15,4,6). Sum of RGB (Red+Green+Blue) = 15+4+6=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0406 is #F0FBF9. Grayscale: #070707. Windows color (decimal): -15793146 or 394255. OLE color: 394255.

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

Color convert

RGB 15 4 6 -
CMYK 0 0.73 0.60 0.94
HSL 349.09º 0.58% 0.04% -
HSV(B) 349.09º 0.73% 0.06% -
XYZ 0.27 0.2 0.2 -
YUV 7.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 15 4 6 0 0.73 0.60 0.94 349.09 0.58 0.04
Hex F 4 6 0 49 3C 5E 15D 3A 4
Octal 17 4 6 0 111 74 136 535 72 4
Binary 1111 100 110 0 1001001 111100 1011110 101011101 111010 100

Color Harmonies of #0F0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0406

Black with #0F0406

Text Example


Text Example

White with #0F0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,6); }

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

background-color css

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

 a { background-color: rgb(15,4,6); }

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

border-color css

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

 span { border-color: rgb(15,4,6); }

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