Html Css Color HEX #C94613 Rust

📋 copy color: '#C94613'

red 201 ◦ green 70 ◦ blue 19

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

Shades of Rust #C94613

Tints of Rust #C94613

RGB

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

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

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

R = 69.31%
G = 24.14%
B = 6.55%

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

#C94613 (or 0xC94613) is known color: Rust. HEX triplet: C9, 46 and 13. RGB value is (201,70,19). Sum of RGB (Red+Green+Blue) = 201+70+19=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94613 is #36B9EC. Grayscale: #676767. Windows color (decimal): -3586541 or 1263305. OLE color: 1263305.

HSL color Cylindrical-coordinate representation of color #C94613: hue angle of 16.81º 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 #C94613 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 19 -
CMYK 0 0.65 0.91 0.21
HSL 16.81º 0.83% 0.43% -
HSV(B) 16.81º 0.91% 0.79% -
XYZ 26.4 16.84 2.48 -
YUV 103.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 201 70 19 0 0.65 0.91 0.21 16.81 0.83 0.43
Hex C9 46 13 0 41 5B 15 11 53 2B
Octal 311 106 23 0 101 133 25 21 123 53
Binary 11001001 1000110 10011 0 1000001 1011011 10101 10001 1010011 101011

Color Harmonies of #C94613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94613

Black with #C94613

Text Example


Text Example

White with #C94613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94613; }

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

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

background-color css

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

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

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

border-color css

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

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

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