Html Css Color HEX #C14312 Rust

📋 copy color: '#C14312'

red 193 ◦ green 67 ◦ blue 18

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

Shades of Rust #C14312

Tints of Rust #C14312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

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

R = 69.42%
G = 24.1%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14312 (or 0xC14312) is known color: Rust. HEX triplet: C1, 43 and 12. RGB value is (193,67,18). Sum of RGB (Red+Green+Blue) = 193+67+18=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C14312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14312 is #3EBCED. Grayscale: #636363. Windows color (decimal): -4111598 or 1196993. OLE color: 1196993.

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

Color convert

RGB 193 67 18 -
CMYK 0 0.65 0.91 0.24
HSL 16.8º 0.83% 0.41% -
HSV(B) 16.8º 0.91% 0.76% -
XYZ 24.11 15.4 2.27 -
YUV 99.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 193 67 18 0 0.65 0.91 0.24 16.8 0.83 0.41
Hex C1 43 12 0 41 5B 18 11 53 29
Octal 301 103 22 0 101 133 30 21 123 51
Binary 11000001 1000011 10010 0 1000001 1011011 11000 10001 1010011 101001

Color Harmonies of #C14312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14312

Black with #C14312

Text Example


Text Example

White with #C14312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14312; }

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

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

background-color css

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

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

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

border-color css

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

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

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