Html Css Color HEX #1C0007 Rustic Red

📋 copy color: '#1C0007'

red 28 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #1C0007

Tints of Rustic Red #1C0007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.89

RGB Variations

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

Color information

#1C0007 (or 0x1C0007) is known color: Rustic Red. HEX triplet: 1C, 00 and 07. RGB value is (28,0,7). Sum of RGB (Red+Green+Blue) = 28+0+7=35 (4% of max value = 765). Red value is 28 (11.33% from 255 or 80% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0007 is #E3FFF8. Grayscale: #090909. Windows color (decimal): -14942201 or 458780. OLE color: 458780.

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

Color convert

RGB 28 0 7 -
CMYK 0 1 0.75 0.89
HSL 345º 1% 0.05% -
HSV(B) 345º 1% 0.11% -
XYZ 0.52 0.26 0.22 -
YUV 9.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 28 0 7 0 1 0.75 0.89 345 1 0.05
Hex 1C 0 7 0 64 4B 59 159 64 5
Octal 34 0 7 0 144 113 131 531 144 5
Binary 11100 0 111 0 1100100 1001011 1011001 101011001 1100100 101

Color Harmonies of #1C0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0007

Black with #1C0007

Text Example


Text Example

White with #1C0007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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