Html Css Color HEX #C1430E Rust

📋 copy color: '#C1430E'

red 193 ◦ green 67 ◦ blue 14

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

Shades of Rust #C1430E

Tints of Rust #C1430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 70.44%
G = 24.45%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1430E (or 0xC1430E) is known color: Rust. HEX triplet: C1, 43 and 0E. RGB value is (193,67,14). Sum of RGB (Red+Green+Blue) = 193+67+14=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1430E is #3EBCF1. Grayscale: #626262. Windows color (decimal): -4111602 or 934849. OLE color: 934849.

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

Color convert

RGB 193 67 14 -
CMYK 0 0.65 0.93 0.24
HSL 17.77º 0.86% 0.41% -
HSV(B) 17.77º 0.93% 0.76% -
XYZ 24.08 15.38 2.12 -
YUV 98.63 80.24 195.31 -
System Red Green Blue C M Y K H S L
Decimal 193 67 14 0 0.65 0.93 0.24 17.77 0.86 0.41
Hex C1 43 E 0 41 5D 18 12 56 29
Octal 301 103 16 0 101 135 30 22 126 51
Binary 11000001 1000011 1110 0 1000001 1011101 11000 10010 1010110 101001

Color Harmonies of #C1430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1430E

Black with #C1430E

Text Example


Text Example

White with #C1430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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