Html Css Color HEX #1C1213 Rustic Red

📋 copy color: '#1C1213'

red 28 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #1C1213

Tints of Rustic Red #1C1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.69%

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 43.08%
G = 27.69%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#1C1213 (or 0x1C1213) is known color: Rustic Red. HEX triplet: 1C, 12 and 13. RGB value is (28,18,19). Sum of RGB (Red+Green+Blue) = 28+18+19=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1213 is #E3EDEC. Grayscale: #151515. Windows color (decimal): -14937581 or 1249820. OLE color: 1249820.

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

Color convert

RGB 28 18 19 -
CMYK 0 0.36 0.32 0.89
HSL 354º 0.22% 0.09% -
HSV(B) 354º 0.36% 0.11% -
XYZ 0.81 0.73 0.71 -
YUV 21.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 28 18 19 0 0.36 0.32 0.89 354 0.22 0.09
Hex 1C 12 13 0 24 20 59 162 16 9
Octal 34 22 23 0 44 40 131 542 26 11
Binary 11100 10010 10011 0 100100 100000 1011001 101100010 10110 1001

Color Harmonies of #1C1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1213

Black with #1C1213

Text Example


Text Example

White with #1C1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,19); }

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

background-color css

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

 a { background-color: rgb(28,18,19); }

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

border-color css

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

 span { border-color: rgb(28,18,19); }

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