Html Css Color HEX #1C0005 Rustic Red

📋 copy color: '#1C0005'

red 28 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #1C0005

Tints of Rustic Red #1C0005

RGB

 RED value IS 28 (11.33% from 255) = 84.85%

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

 BLUE value IS 5 (2.34% from 255) = 15.15%

R = 84.85%
G = 0%
B = 15.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#1C0005 (or 0x1C0005) is known color: Rustic Red. HEX triplet: 1C, 00 and 05. RGB value is (28,0,5). Sum of RGB (Red+Green+Blue) = 28+0+5=33 (4% of max value = 765). Red value is 28 (11.33% from 255 or 84.85% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0005 is #E3FFFA. Grayscale: #080808. Windows color (decimal): -14942203 or 327708. OLE color: 327708.

HSL color Cylindrical-coordinate representation of color #1C0005: hue angle of 349.29º 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 #1C0005 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 0 5 -
CMYK 0 1 0.82 0.89
HSL 349.29º 1% 0.05% -
HSV(B) 349.29º 1% 0.11% -
XYZ 0.51 0.26 0.17 -
YUV 8.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 28 0 5 0 1 0.82 0.89 349.29 1 0.05
Hex 1C 0 5 0 64 52 59 15D 64 5
Octal 34 0 5 0 144 122 131 535 144 5
Binary 11100 0 101 0 1100100 1010010 1011001 101011101 1100100 101

Color Harmonies of #1C0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0005

Black with #1C0005

Text Example


Text Example

White with #1C0005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,5); }

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

background-color css

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

 a { background-color: rgb(28,0,5); }

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

border-color css

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

 span { border-color: rgb(28,0,5); }

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