Html Css Color HEX #0F0407 Rustic Red

📋 copy color: '#0F0407'

red 15 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #0F0407

Tints of Rustic Red #0F0407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 26.92%

R = 57.69%
G = 15.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#0F0407 (or 0x0F0407) is known color: Rustic Red. HEX triplet: 0F, 04 and 07. RGB value is (15,4,7). Sum of RGB (Red+Green+Blue) = 15+4+7=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0407 is #F0FBF8. Grayscale: #070707. Windows color (decimal): -15793145 or 459791. OLE color: 459791.

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

Color convert

RGB 15 4 7 -
CMYK 0 0.73 0.53 0.94
HSL 343.64º 0.58% 0.04% -
HSV(B) 343.64º 0.73% 0.06% -
XYZ 0.28 0.2 0.23 -
YUV 7.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 15 4 7 0 0.73 0.53 0.94 343.64 0.58 0.04
Hex F 4 7 0 49 35 5E 158 3A 4
Octal 17 4 7 0 111 65 136 530 72 4
Binary 1111 100 111 0 1001001 110101 1011110 101011000 111010 100

Color Harmonies of #0F0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0407

Black with #0F0407

Text Example


Text Example

White with #0F0407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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