Html Css Color HEX #180003 Rustic Red

📋 copy color: '#180003'

red 24 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #180003

Tints of Rustic Red #180003

RGB

 RED value IS 24 (9.77% from 255) = 88.89%

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

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

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.91

RGB Variations

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

Color information

#180003 (or 0x180003) is known color: Rustic Red. HEX triplet: 18, 00 and 03. RGB value is (24,0,3). Sum of RGB (Red+Green+Blue) = 24+0+3=27 (3% of max value = 765). Red value is 24 (9.77% from 255 or 88.89% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 24 - color contains mainly: red. Hex color #180003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180003 is #E7FFFC. Grayscale: #070707. Windows color (decimal): -15204349 or 196632. OLE color: 196632.

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

Color convert

RGB 24 0 3 -
CMYK 0 1 0.88 0.91
HSL 352.5º 1% 0.05% -
HSV(B) 352.5º 1% 0.09% -
XYZ 0.39 0.2 0.1 -
YUV 7.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 24 0 3 0 1 0.88 0.91 352.5 1 0.05
Hex 18 0 3 0 64 58 5B 160 64 5
Octal 30 0 3 0 144 130 133 540 144 5
Binary 11000 0 11 0 1100100 1011000 1011011 101100000 1100100 101

Color Harmonies of #180003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180003

Black with #180003

Text Example


Text Example

White with #180003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180003; }

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

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

background-color css

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

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

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

border-color css

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

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

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