Html Css Color HEX #C94A13 Rust

📋 copy color: '#C94A13'

red 201 ◦ green 74 ◦ blue 19

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

Shades of Rust #C94A13

Tints of Rust #C94A13

RGB

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

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

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

R = 68.37%
G = 25.17%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C94A13 (or 0xC94A13) is known color: Rust. HEX triplet: C9, 4A and 13. RGB value is (201,74,19). Sum of RGB (Red+Green+Blue) = 201+74+19=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A13 is #36B5EC. Grayscale: #6A6A6A. Windows color (decimal): -3585517 or 1264329. OLE color: 1264329.

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

Color convert

RGB 201 74 19 -
CMYK 0 0.63 0.91 0.21
HSL 18.13º 0.83% 0.43% -
HSV(B) 18.13º 0.91% 0.79% -
XYZ 26.65 17.36 2.56 -
YUV 105.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 201 74 19 0 0.63 0.91 0.21 18.13 0.83 0.43
Hex C9 4A 13 0 3F 5B 15 12 53 2B
Octal 311 112 23 0 77 133 25 22 123 53
Binary 11001001 1001010 10011 0 111111 1011011 10101 10010 1010011 101011

Color Harmonies of #C94A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A13

Black with #C94A13

Text Example


Text Example

White with #C94A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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