Html Css Color HEX #0B0001 Rustic Red

📋 copy color: '#0B0001'

red 11 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #0B0001

Tints of Rustic Red #0B0001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 8.33%

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.96

RGB Variations

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

Color information

#0B0001 (or 0x0B0001) is known color: Rustic Red. HEX triplet: 0B, 00 and 01. RGB value is (11,0,1). Sum of RGB (Red+Green+Blue) = 11+0+1=12 (1% of max value = 765). Red value is 11 (4.69% from 255 or 91.67% from 12); Green value is 0 (0.39% from 255 or 0% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0001 is #F4FFFE. Grayscale: #030303. Windows color (decimal): -16056319 or 65547. OLE color: 65547.

HSL color Cylindrical-coordinate representation of color #0B0001: hue angle of 354.55º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0001 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 0 1 -
CMYK 0 1 0.91 0.96
HSL 354.55º 1% 0.02% -
HSV(B) 354.55º 1% 0.04% -
XYZ 0.14 0.07 0.04 -
YUV 3.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 11 0 1 0 1 0.91 0.96 354.55 1 0.02
Hex B 0 1 0 64 5B 60 163 64 2
Octal 13 0 1 0 144 133 140 543 144 2
Binary 1011 0 1 0 1100100 1011011 1100000 101100011 1100100 10

Color Harmonies of #0B0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0001

Black with #0B0001

Text Example


Text Example

White with #0B0001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,1); }

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

background-color css

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

 a { background-color: rgb(11,0,1); }

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

border-color css

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

 span { border-color: rgb(11,0,1); }

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