Html Css Color HEX #C14212 Rust

📋 copy color: '#C14212'

red 193 ◦ green 66 ◦ blue 18

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

Shades of Rust #C14212

Tints of Rust #C14212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 69.68%
G = 23.83%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14212 (or 0xC14212) is known color: Rust. HEX triplet: C1, 42 and 12. RGB value is (193,66,18). Sum of RGB (Red+Green+Blue) = 193+66+18=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C14212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14212 is #3EBDED. Grayscale: #626262. Windows color (decimal): -4111854 or 1196737. OLE color: 1196737.

HSL color Cylindrical-coordinate representation of color #C14212: hue angle of 16.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C14212 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 18 -
CMYK 0 0.66 0.91 0.24
HSL 16.46º 0.83% 0.41% -
HSV(B) 16.46º 0.91% 0.76% -
XYZ 24.05 15.28 2.25 -
YUV 98.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 193 66 18 0 0.66 0.91 0.24 16.46 0.83 0.41
Hex C1 42 12 0 42 5B 18 10 53 29
Octal 301 102 22 0 102 133 30 20 123 51
Binary 11000001 1000010 10010 0 1000010 1011011 11000 10000 1010011 101001

Color Harmonies of #C14212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14212

Black with #C14212

Text Example


Text Example

White with #C14212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14212; }

 p { color: rgb(193,66,18); }

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

background-color css

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

 a { background-color: rgb(193,66,18); }

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

border-color css

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

 span { border-color: rgb(193,66,18); }

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