Html Css Color HEX #C14C16 Rust

📋 copy color: '#C14C16'

red 193 ◦ green 76 ◦ blue 22

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

Shades of Rust #C14C16

Tints of Rust #C14C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.12%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 66.32%
G = 26.12%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C14C16 (or 0xC14C16) is known color: Rust. HEX triplet: C1, 4C and 16. RGB value is (193,76,22). Sum of RGB (Red+Green+Blue) = 193+76+22=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C16 is #3EB3E9. Grayscale: #696969. Windows color (decimal): -4109290 or 1461441. OLE color: 1461441.

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

Color convert

RGB 193 76 22 -
CMYK 0 0.61 0.89 0.24
HSL 18.95º 0.8% 0.42% -
HSV(B) 18.95º 0.89% 0.76% -
XYZ 24.72 16.56 2.65 -
YUV 104.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 193 76 22 0 0.61 0.89 0.24 18.95 0.8 0.42
Hex C1 4C 16 0 3D 59 18 13 50 2A
Octal 301 114 26 0 75 131 30 23 120 52
Binary 11000001 1001100 10110 0 111101 1011001 11000 10011 1010000 101010

Color Harmonies of #C14C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C16

Black with #C14C16

Text Example


Text Example

White with #C14C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C16; }

 p { color: rgb(193,76,22); }

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

background-color css

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

 a { background-color: rgb(193,76,22); }

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

border-color css

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

 span { border-color: rgb(193,76,22); }

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