Html Css Color HEX #C1440B Rust

📋 copy color: '#C1440B'

red 193 ◦ green 68 ◦ blue 11

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

Shades of Rust #C1440B

Tints of Rust #C1440B

RGB

 RED value IS 193 (75.78% from 255) = 70.96%

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 70.96%
G = 25%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1440B (or 0xC1440B) is known color: Rust. HEX triplet: C1, 44 and 0B. RGB value is (193,68,11). Sum of RGB (Red+Green+Blue) = 193+68+11=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1440B is #3EBBF4. Grayscale: #636363. Windows color (decimal): -4111349 or 738497. OLE color: 738497.

HSL color Cylindrical-coordinate representation of color #C1440B: hue angle of 18.79º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1440B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 11 -
CMYK 0 0.65 0.94 0.24
HSL 18.79º 0.89% 0.4% -
HSV(B) 18.79º 0.94% 0.76% -
XYZ 24.12 15.5 2.04 -
YUV 98.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 193 68 11 0 0.65 0.94 0.24 18.79 0.89 0.4
Hex C1 44 B 0 41 5E 18 13 59 28
Octal 301 104 13 0 101 136 30 23 131 50
Binary 11000001 1000100 1011 0 1000001 1011110 11000 10011 1011001 101000

Color Harmonies of #C1440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1440B

Black with #C1440B

Text Example


Text Example

White with #C1440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1440B; }

 p { color: rgb(193,68,11); }

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

background-color css

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

 a { background-color: rgb(193,68,11); }

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

border-color css

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

 span { border-color: rgb(193,68,11); }

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