Html Css Color HEX #C94A17 Rust

📋 copy color: '#C94A17'

red 201 ◦ green 74 ◦ blue 23

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

Shades of Rust #C94A17

Tints of Rust #C94A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 67.45%
G = 24.83%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C94A17 (or 0xC94A17) is known color: Rust. HEX triplet: C9, 4A and 17. RGB value is (201,74,23). Sum of RGB (Red+Green+Blue) = 201+74+23=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A17 is #36B5E8. Grayscale: #6A6A6A. Windows color (decimal): -3585513 or 1526473. OLE color: 1526473.

HSL color Cylindrical-coordinate representation of color #C94A17: hue angle of 17.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94A17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 74 23 -
CMYK 0 0.63 0.89 0.21
HSL 17.19º 0.79% 0.44% -
HSV(B) 17.19º 0.89% 0.79% -
XYZ 26.69 17.38 2.76 -
YUV 106.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 201 74 23 0 0.63 0.89 0.21 17.19 0.79 0.44
Hex C9 4A 17 0 3F 59 15 11 4F 2C
Octal 311 112 27 0 77 131 25 21 117 54
Binary 11001001 1001010 10111 0 111111 1011001 10101 10001 1001111 101100

Color Harmonies of #C94A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A17

Black with #C94A17

Text Example


Text Example

White with #C94A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A17; }

 p { color: rgb(201,74,23); }

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

background-color css

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

 a { background-color: rgb(201,74,23); }

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

border-color css

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

 span { border-color: rgb(201,74,23); }

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