Html Css Color HEX #0B0203 Rustic Red

📋 copy color: '#0B0203'

red 11 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #0B0203

Tints of Rustic Red #0B0203

RGB

 RED value IS 11 (4.69% from 255) = 68.75%

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

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

R = 68.75%
G = 12.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.96

RGB Variations

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

Color information

#0B0203 (or 0x0B0203) is known color: Rustic Red. HEX triplet: 0B, 02 and 03. RGB value is (11,2,3). Sum of RGB (Red+Green+Blue) = 11+2+3=16 (2% of max value = 765). Red value is 11 (4.69% from 255 or 68.75% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 3 (1.56% from 255 or 18.75% from 16); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0203 is #F4FDFC. Grayscale: #040404. Windows color (decimal): -16055805 or 197131. OLE color: 197131.

HSL color Cylindrical-coordinate representation of color #0B0203: hue angle of 353.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0203 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 2 3 -
CMYK 0 0.82 0.73 0.96
HSL 353.33º 0.69% 0.03% -
HSV(B) 353.33º 0.82% 0.04% -
XYZ 0.18 0.12 0.1 -
YUV 4.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 11 2 3 0 0.82 0.73 0.96 353.33 0.69 0.03
Hex B 2 3 0 52 49 60 161 45 3
Octal 13 2 3 0 122 111 140 541 105 3
Binary 1011 10 11 0 1010010 1001001 1100000 101100001 1000101 11

Color Harmonies of #0B0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0203

Black with #0B0203

Text Example


Text Example

White with #0B0203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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