Html Css Color HEX #C94614 Rust

📋 copy color: '#C94614'

red 201 ◦ green 70 ◦ blue 20

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

Shades of Rust #C94614

Tints of Rust #C94614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 69.07%
G = 24.05%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94614 (or 0xC94614) is known color: Rust. HEX triplet: C9, 46 and 14. RGB value is (201,70,20). Sum of RGB (Red+Green+Blue) = 201+70+20=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94614 is #36B9EB. Grayscale: #676767. Windows color (decimal): -3586540 or 1328841. OLE color: 1328841.

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

Color convert

RGB 201 70 20 -
CMYK 0 0.65 0.90 0.21
HSL 16.57º 0.82% 0.43% -
HSV(B) 16.57º 0.9% 0.79% -
XYZ 26.4 16.85 2.52 -
YUV 103.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 201 70 20 0 0.65 0.90 0.21 16.57 0.82 0.43
Hex C9 46 14 0 41 5A 15 11 52 2B
Octal 311 106 24 0 101 132 25 21 122 53
Binary 11001001 1000110 10100 0 1000001 1011010 10101 10001 1010010 101011

Color Harmonies of #C94614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94614

Black with #C94614

Text Example


Text Example

White with #C94614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94614; }

 p { color: rgb(201,70,20); }

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

background-color css

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

 a { background-color: rgb(201,70,20); }

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

border-color css

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

 span { border-color: rgb(201,70,20); }

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