Html Css Color HEX #C1420C Rust

📋 copy color: '#C1420C'

red 193 ◦ green 66 ◦ blue 12

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

Shades of Rust #C1420C

Tints of Rust #C1420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 71.22%
G = 24.35%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1420C (or 0xC1420C) is known color: Rust. HEX triplet: C1, 42 and 0C. RGB value is (193,66,12). Sum of RGB (Red+Green+Blue) = 193+66+12=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1420C is #3EBDF3. Grayscale: #626262. Windows color (decimal): -4111860 or 803521. OLE color: 803521.

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

Color convert

RGB 193 66 12 -
CMYK 0 0.66 0.94 0.24
HSL 17.9º 0.88% 0.4% -
HSV(B) 17.9º 0.94% 0.76% -
XYZ 24.01 15.26 2.03 -
YUV 97.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 193 66 12 0 0.66 0.94 0.24 17.9 0.88 0.4
Hex C1 42 C 0 42 5E 18 12 58 28
Octal 301 102 14 0 102 136 30 22 130 50
Binary 11000001 1000010 1100 0 1000010 1011110 11000 10010 1011000 101000

Color Harmonies of #C1420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1420C

Black with #C1420C

Text Example


Text Example

White with #C1420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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