Html Css Color HEX #C14213 Rust

📋 copy color: '#C14213'

red 193 ◦ green 66 ◦ blue 19

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

Shades of Rust #C14213

Tints of Rust #C14213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 69.42%
G = 23.74%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C14213 (or 0xC14213) is known color: Rust. HEX triplet: C1, 42 and 13. RGB value is (193,66,19). Sum of RGB (Red+Green+Blue) = 193+66+19=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C14213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14213 is #3EBDEC. Grayscale: #626262. Windows color (decimal): -4111853 or 1262273. OLE color: 1262273.

HSL color Cylindrical-coordinate representation of color #C14213: hue angle of 16.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C14213 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 19 -
CMYK 0 0.66 0.90 0.24
HSL 16.21º 0.82% 0.42% -
HSV(B) 16.21º 0.9% 0.76% -
XYZ 24.06 15.28 2.3 -
YUV 98.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 193 66 19 0 0.66 0.90 0.24 16.21 0.82 0.42
Hex C1 42 13 0 42 5A 18 10 52 2A
Octal 301 102 23 0 102 132 30 20 122 52
Binary 11000001 1000010 10011 0 1000010 1011010 11000 10000 1010010 101010

Color Harmonies of #C14213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14213

Black with #C14213

Text Example


Text Example

White with #C14213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14213; }

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

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

background-color css

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

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

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

border-color css

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

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

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