Html Css Color HEX #C94C10 Rust

📋 copy color: '#C94C10'

red 201 ◦ green 76 ◦ blue 16

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

Shades of Rust #C94C10

Tints of Rust #C94C10

RGB

 RED value IS 201 (78.91% from 255) = 68.6%

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 68.6%
G = 25.94%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94C10 (or 0xC94C10) is known color: Rust. HEX triplet: C9, 4C and 10. RGB value is (201,76,16). Sum of RGB (Red+Green+Blue) = 201+76+16=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C10 is #36B3EF. Grayscale: #6A6A6A. Windows color (decimal): -3585008 or 1068233. OLE color: 1068233.

HSL color Cylindrical-coordinate representation of color #C94C10: hue angle of 19.46º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94C10 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 16 -
CMYK 0 0.62 0.92 0.21
HSL 19.46º 0.85% 0.43% -
HSV(B) 19.46º 0.92% 0.79% -
XYZ 26.77 17.62 2.48 -
YUV 106.54 76.91 195.38 -
System Red Green Blue C M Y K H S L
Decimal 201 76 16 0 0.62 0.92 0.21 19.46 0.85 0.43
Hex C9 4C 10 0 3E 5C 15 13 55 2B
Octal 311 114 20 0 76 134 25 23 125 53
Binary 11001001 1001100 10000 0 111110 1011100 10101 10011 1010101 101011

Color Harmonies of #C94C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C10

Black with #C94C10

Text Example


Text Example

White with #C94C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C10; }

 p { color: rgb(201,76,16); }

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

background-color css

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

 a { background-color: rgb(201,76,16); }

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

border-color css

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

 span { border-color: rgb(201,76,16); }

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