Html Css Color HEX #C94713 Rust

📋 copy color: '#C94713'

red 201 ◦ green 71 ◦ blue 19

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

Shades of Rust #C94713

Tints of Rust #C94713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 69.07%
G = 24.4%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C94713 (or 0xC94713) is known color: Rust. HEX triplet: C9, 47 and 13. RGB value is (201,71,19). Sum of RGB (Red+Green+Blue) = 201+71+19=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94713 is #36B8EC. Grayscale: #686868. Windows color (decimal): -3586285 or 1263561. OLE color: 1263561.

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

Color convert

RGB 201 71 19 -
CMYK 0 0.65 0.91 0.21
HSL 17.14º 0.83% 0.43% -
HSV(B) 17.14º 0.91% 0.79% -
XYZ 26.46 16.97 2.5 -
YUV 103.94 80.07 197.23 -
System Red Green Blue C M Y K H S L
Decimal 201 71 19 0 0.65 0.91 0.21 17.14 0.83 0.43
Hex C9 47 13 0 41 5B 15 11 53 2B
Octal 311 107 23 0 101 133 25 21 123 53
Binary 11001001 1000111 10011 0 1000001 1011011 10101 10001 1010011 101011

Color Harmonies of #C94713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94713

Black with #C94713

Text Example


Text Example

White with #C94713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94713; }

 p { color: rgb(201,71,19); }

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

background-color css

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

 a { background-color: rgb(201,71,19); }

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

border-color css

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

 span { border-color: rgb(201,71,19); }

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