Html Css Color HEX #C94A10 Rust

📋 copy color: '#C94A10'

red 201 ◦ green 74 ◦ blue 16

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

Shades of Rust #C94A10

Tints of Rust #C94A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 69.07%
G = 25.43%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94A10 (or 0xC94A10) is known color: Rust. HEX triplet: C9, 4A and 10. RGB value is (201,74,16). Sum of RGB (Red+Green+Blue) = 201+74+16=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A10 is #36B5EF. Grayscale: #696969. Windows color (decimal): -3585520 or 1067721. OLE color: 1067721.

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

Color convert

RGB 201 74 16 -
CMYK 0 0.63 0.92 0.21
HSL 18.81º 0.85% 0.43% -
HSV(B) 18.81º 0.92% 0.79% -
XYZ 26.63 17.35 2.44 -
YUV 105.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 201 74 16 0 0.63 0.92 0.21 18.81 0.85 0.43
Hex C9 4A 10 0 3F 5C 15 13 55 2B
Octal 311 112 20 0 77 134 25 23 125 53
Binary 11001001 1001010 10000 0 111111 1011100 10101 10011 1010101 101011

Color Harmonies of #C94A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A10

Black with #C94A10

Text Example


Text Example

White with #C94A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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