Html Css Color HEX #1C0B13 Rustic Red

📋 copy color: '#1C0B13'

red 28 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #1C0B13

Tints of Rustic Red #1C0B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.97%

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

R = 48.28%
G = 18.97%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#1C0B13 (or 0x1C0B13) is known color: Rustic Red. HEX triplet: 1C, 0B and 13. RGB value is (28,11,19). Sum of RGB (Red+Green+Blue) = 28+11+19=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B13 is #E3F4EC. Grayscale: #101010. Windows color (decimal): -14939373 or 1248028. OLE color: 1248028.

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

Color convert

RGB 28 11 19 -
CMYK 0 0.61 0.32 0.89
HSL 331.76º 0.44% 0.08% -
HSV(B) 331.76º 0.61% 0.11% -
XYZ 0.72 0.53 0.68 -
YUV 17 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 28 11 19 0 0.61 0.32 0.89 331.76 0.44 0.08
Hex 1C B 13 0 3D 20 59 14C 2C 8
Octal 34 13 23 0 75 40 131 514 54 10
Binary 11100 1011 10011 0 111101 100000 1011001 101001100 101100 1000

Color Harmonies of #1C0B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0B13

Black with #1C0B13

Text Example


Text Example

White with #1C0B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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