Html Css Color HEX #C14712 Rust

📋 copy color: '#C14712'

red 193 ◦ green 71 ◦ blue 18

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

Shades of Rust #C14712

Tints of Rust #C14712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 68.44%
G = 25.18%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14712 (or 0xC14712) is known color: Rust. HEX triplet: C1, 47 and 12. RGB value is (193,71,18). Sum of RGB (Red+Green+Blue) = 193+71+18=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14712 is #3EB8ED. Grayscale: #656565. Windows color (decimal): -4110574 or 1198017. OLE color: 1198017.

HSL color Cylindrical-coordinate representation of color #C14712: hue angle of 18.17º 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 #C14712 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 18 -
CMYK 0 0.63 0.91 0.24
HSL 18.17º 0.83% 0.41% -
HSV(B) 18.17º 0.91% 0.76% -
XYZ 24.35 15.89 2.36 -
YUV 101.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 193 71 18 0 0.63 0.91 0.24 18.17 0.83 0.41
Hex C1 47 12 0 3F 5B 18 12 53 29
Octal 301 107 22 0 77 133 30 22 123 51
Binary 11000001 1000111 10010 0 111111 1011011 11000 10010 1010011 101001

Color Harmonies of #C14712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14712

Black with #C14712

Text Example


Text Example

White with #C14712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14712; }

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

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

background-color css

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

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

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

border-color css

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

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

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