Html Css Color HEX #1C0309 Rustic Red

📋 copy color: '#1C0309'

red 28 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #1C0309

Tints of Rustic Red #1C0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

 BLUE value IS 9 (3.91% from 255) = 22.5%

R = 70%
G = 7.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C0309 (or 0x1C0309) is known color: Rustic Red. HEX triplet: 1C, 03 and 09. RGB value is (28,3,9). Sum of RGB (Red+Green+Blue) = 28+3+9=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0309 is #E3FCF6. Grayscale: #0B0B0B. Windows color (decimal): -14941431 or 590620. OLE color: 590620.

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

Color convert

RGB 28 3 9 -
CMYK 0 0.89 0.68 0.89
HSL 345.6º 0.81% 0.06% -
HSV(B) 345.6º 0.89% 0.11% -
XYZ 0.56 0.33 0.29 -
YUV 11.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 28 3 9 0 0.89 0.68 0.89 345.6 0.81 0.06
Hex 1C 3 9 0 59 44 59 15A 51 6
Octal 34 3 11 0 131 104 131 532 121 6
Binary 11100 11 1001 0 1011001 1000100 1011001 101011010 1010001 110

Color Harmonies of #1C0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0309

Black with #1C0309

Text Example


Text Example

White with #1C0309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,3,9); }

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

background-color css

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

 a { background-color: rgb(28,3,9); }

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

border-color css

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

 span { border-color: rgb(28,3,9); }

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