Html Css Color HEX #1C0B12 Rustic Red

📋 copy color: '#1C0B12'

red 28 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #1C0B12

Tints of Rustic Red #1C0B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 31.58%

R = 49.12%
G = 19.3%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#1C0B12 (or 0x1C0B12) is known color: Rustic Red. HEX triplet: 1C, 0B and 12. RGB value is (28,11,18). Sum of RGB (Red+Green+Blue) = 28+11+18=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B12 is #E3F4ED. Grayscale: #101010. Windows color (decimal): -14939374 or 1182492. OLE color: 1182492.

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

Color convert

RGB 28 11 18 -
CMYK 0 0.61 0.36 0.89
HSL 335.29º 0.44% 0.08% -
HSV(B) 335.29º 0.61% 0.11% -
XYZ 0.71 0.53 0.64 -
YUV 16.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 28 11 18 0 0.61 0.36 0.89 335.29 0.44 0.08
Hex 1C B 12 0 3D 24 59 14F 2C 8
Octal 34 13 22 0 75 44 131 517 54 10
Binary 11100 1011 10010 0 111101 100100 1011001 101001111 101100 1000

Color Harmonies of #1C0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0B12

Black with #1C0B12

Text Example


Text Example

White with #1C0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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