Html Css Color HEX #C14203 Rust

📋 copy color: '#C14203'

red 193 ◦ green 66 ◦ blue 3

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

Shades of Rust #C14203

Tints of Rust #C14203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 73.66%
G = 25.19%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14203 (or 0xC14203) is known color: Rust. HEX triplet: C1, 42 and 03. RGB value is (193,66,3). Sum of RGB (Red+Green+Blue) = 193+66+3=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C14203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14203 is #3EBDFC. Grayscale: #616161. Windows color (decimal): -4111869 or 213697. OLE color: 213697.

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

Color convert

RGB 193 66 3 -
CMYK 0 0.66 0.98 0.24
HSL 19.89º 0.97% 0.38% -
HSV(B) 19.89º 0.98% 0.76% -
XYZ 23.96 15.24 1.77 -
YUV 96.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 193 66 3 0 0.66 0.98 0.24 19.89 0.97 0.38
Hex C1 42 3 0 42 62 18 14 61 26
Octal 301 102 3 0 102 142 30 24 141 46
Binary 11000001 1000010 11 0 1000010 1100010 11000 10100 1100001 100110

Color Harmonies of #C14203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14203

Black with #C14203

Text Example


Text Example

White with #C14203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14203; }

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

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

background-color css

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

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

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

border-color css

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

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

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