Html Css Color HEX #1B0003 Rustic Red

📋 copy color: '#1B0003'

red 27 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #1B0003

Tints of Rustic Red #1B0003

RGB

 RED value IS 27 (10.94% from 255) = 90%

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

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

R = 90%
G = 0%
B = 10%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#1B0003 (or 0x1B0003) is known color: Rustic Red. HEX triplet: 1B, 00 and 03. RGB value is (27,0,3). Sum of RGB (Red+Green+Blue) = 27+0+3=30 (3% of max value = 765). Red value is 27 (10.94% from 255 or 90% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0003 is #E4FFFC. Grayscale: #080808. Windows color (decimal): -15007741 or 196635. OLE color: 196635.

HSL color Cylindrical-coordinate representation of color #1B0003: hue angle of 353.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0003 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 0 3 -
CMYK 0 1 0.89 0.89
HSL 353.33º 1% 0.05% -
HSV(B) 353.33º 1% 0.11% -
XYZ 0.47 0.24 0.11 -
YUV 8.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 27 0 3 0 1 0.89 0.89 353.33 1 0.05
Hex 1B 0 3 0 64 59 59 161 64 5
Octal 33 0 3 0 144 131 131 541 144 5
Binary 11011 0 11 0 1100100 1011001 1011001 101100001 1100100 101

Color Harmonies of #1B0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0003

Black with #1B0003

Text Example


Text Example

White with #1B0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0003; }

 p { color: rgb(27,0,3); }

 H1.HeaderClassName
 {
   color: #1B0003;
 }
 .AnyTagClassName
 {
   color: #1B0003;
 }
</style>

background-color css

<style>
 a { background-color: #1B0003; }

 a { background-color: rgb(27,0,3); }

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

border-color css

<style>
 span { border-color: #1B0003; }

 span { border-color: rgb(27,0,3); }

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