Html Css Color HEX #C14407 Rust

📋 copy color: '#C14407'

red 193 ◦ green 68 ◦ blue 7

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

Shades of Rust #C14407

Tints of Rust #C14407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 72.01%
G = 25.37%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C14407 (or 0xC14407) is known color: Rust. HEX triplet: C1, 44 and 07. RGB value is (193,68,7). Sum of RGB (Red+Green+Blue) = 193+68+7=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C14407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14407 is #3EBBF8. Grayscale: #626262. Windows color (decimal): -4111353 or 476353. OLE color: 476353.

HSL color Cylindrical-coordinate representation of color #C14407: hue angle of 19.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C14407 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 7 -
CMYK 0 0.65 0.96 0.24
HSL 19.68º 0.93% 0.39% -
HSV(B) 19.68º 0.96% 0.76% -
XYZ 24.1 15.49 1.92 -
YUV 98.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 193 68 7 0 0.65 0.96 0.24 19.68 0.93 0.39
Hex C1 44 7 0 41 60 18 14 5D 27
Octal 301 104 7 0 101 140 30 24 135 47
Binary 11000001 1000100 111 0 1000001 1100000 11000 10100 1011101 100111

Color Harmonies of #C14407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14407

Black with #C14407

Text Example


Text Example

White with #C14407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14407; }

 p { color: rgb(193,68,7); }

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

background-color css

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

 a { background-color: rgb(193,68,7); }

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

border-color css

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

 span { border-color: rgb(193,68,7); }

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