Html Css Color HEX #0F0002 Rustic Red

📋 copy color: '#0F0002'

red 15 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #0F0002

Tints of Rustic Red #0F0002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 11.76%

R = 88.24%
G = 0%
B = 11.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0002 (or 0x0F0002) is known color: Rustic Red. HEX triplet: 0F, 00 and 02. RGB value is (15,0,2). Sum of RGB (Red+Green+Blue) = 15+0+2=17 (2% of max value = 765). Red value is 15 (6.25% from 255 or 88.24% from 17); Green value is 0 (0.39% from 255 or 0% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0002 is #F0FFFD. Grayscale: #040404. Windows color (decimal): -15794174 or 131087. OLE color: 131087.

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

Color convert

RGB 15 0 2 -
CMYK 0 1 0.87 0.94
HSL 352º 1% 0.03% -
HSV(B) 352º 1% 0.06% -
XYZ 0.21 0.11 0.07 -
YUV 4.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 15 0 2 0 1 0.87 0.94 352 1 0.03
Hex F 0 2 0 64 57 5E 160 64 3
Octal 17 0 2 0 144 127 136 540 144 3
Binary 1111 0 10 0 1100100 1010111 1011110 101100000 1100100 11

Color Harmonies of #0F0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0002

Black with #0F0002

Text Example


Text Example

White with #0F0002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,0,2); }

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

background-color css

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

 a { background-color: rgb(15,0,2); }

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

border-color css

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

 span { border-color: rgb(15,0,2); }

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