Html Css Color HEX #0F0203 Rustic Red

📋 copy color: '#0F0203'

red 15 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #0F0203

Tints of Rustic Red #0F0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 10%

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

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.94

RGB Variations

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

Color information

#0F0203 (or 0x0F0203) is known color: Rustic Red. HEX triplet: 0F, 02 and 03. RGB value is (15,2,3). Sum of RGB (Red+Green+Blue) = 15+2+3=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0203 is #F0FDFC. Grayscale: #060606. Windows color (decimal): -15793661 or 197135. OLE color: 197135.

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

Color convert

RGB 15 2 3 -
CMYK 0 0.87 0.80 0.94
HSL 355.38º 0.76% 0.03% -
HSV(B) 355.38º 0.87% 0.06% -
XYZ 0.24 0.15 0.1 -
YUV 6 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 15 2 3 0 0.87 0.80 0.94 355.38 0.76 0.03
Hex F 2 3 0 57 50 5E 163 4C 3
Octal 17 2 3 0 127 120 136 543 114 3
Binary 1111 10 11 0 1010111 1010000 1011110 101100011 1001100 11

Color Harmonies of #0F0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0203

Black with #0F0203

Text Example


Text Example

White with #0F0203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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