Html Css Color HEX #0F0103 Rustic Red

📋 copy color: '#0F0103'

red 15 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #0F0103

Tints of Rustic Red #0F0103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.26%

 BLUE value IS 3 (1.56% from 255) = 15.79%

R = 78.95%
G = 5.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.94

RGB Variations

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

Color information

#0F0103 (or 0x0F0103) is known color: Rustic Red. HEX triplet: 0F, 01 and 03. RGB value is (15,1,3). Sum of RGB (Red+Green+Blue) = 15+1+3=19 (2% of max value = 765). Red value is 15 (6.25% from 255 or 78.95% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0103 is #F0FEFC. Grayscale: #050505. Windows color (decimal): -15793917 or 196879. OLE color: 196879.

HSL color Cylindrical-coordinate representation of color #0F0103: hue angle of 351.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0103 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 1 3 -
CMYK 0 0.93 0.80 0.94
HSL 351.43º 0.88% 0.03% -
HSV(B) 351.43º 0.93% 0.06% -
XYZ 0.22 0.13 0.1 -
YUV 5.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 15 1 3 0 0.93 0.80 0.94 351.43 0.88 0.03
Hex F 1 3 0 5D 50 5E 15F 58 3
Octal 17 1 3 0 135 120 136 537 130 3
Binary 1111 1 11 0 1011101 1010000 1011110 101011111 1011000 11

Color Harmonies of #0F0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0103

Black with #0F0103

Text Example


Text Example

White with #0F0103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,3); }

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

background-color css

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

 a { background-color: rgb(15,1,3); }

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

border-color css

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

 span { border-color: rgb(15,1,3); }

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