Html Css Color HEX #0F0608 Rustic Red

📋 copy color: '#0F0608'

red 15 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #0F0608

Tints of Rustic Red #0F0608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20.69%

 BLUE value IS 8 (3.52% from 255) = 27.59%

R = 51.72%
G = 20.69%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.94

RGB Variations

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

Color information

#0F0608 (or 0x0F0608) is known color: Rustic Red. HEX triplet: 0F, 06 and 08. RGB value is (15,6,8). Sum of RGB (Red+Green+Blue) = 15+6+8=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0608 is #F0F9F7. Grayscale: #080808. Windows color (decimal): -15792632 or 525839. OLE color: 525839.

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

Color convert

RGB 15 6 8 -
CMYK 0 0.60 0.47 0.94
HSL 346.67º 0.43% 0.04% -
HSV(B) 346.67º 0.6% 0.06% -
XYZ 0.31 0.25 0.26 -
YUV 8.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 15 6 8 0 0.60 0.47 0.94 346.67 0.43 0.04
Hex F 6 8 0 3C 2F 5E 15B 2B 4
Octal 17 6 10 0 74 57 136 533 53 4
Binary 1111 110 1000 0 111100 101111 1011110 101011011 101011 100

Color Harmonies of #0F0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0608

Black with #0F0608

Text Example


Text Example

White with #0F0608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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