Html Css Color HEX #C94A19 Rust

📋 copy color: '#C94A19'

red 201 ◦ green 74 ◦ blue 25

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

Shades of Rust #C94A19

Tints of Rust #C94A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 67%
G = 24.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94A19 (or 0xC94A19) is known color: Rust. HEX triplet: C9, 4A and 19. RGB value is (201,74,25). Sum of RGB (Red+Green+Blue) = 201+74+25=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A19 is #36B5E6. Grayscale: #6A6A6A. Windows color (decimal): -3585511 or 1657545. OLE color: 1657545.

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

Color convert

RGB 201 74 25 -
CMYK 0 0.63 0.88 0.21
HSL 16.7º 0.78% 0.44% -
HSV(B) 16.7º 0.88% 0.79% -
XYZ 26.71 17.39 2.87 -
YUV 106.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 201 74 25 0 0.63 0.88 0.21 16.7 0.78 0.44
Hex C9 4A 19 0 3F 58 15 11 4E 2C
Octal 311 112 31 0 77 130 25 21 116 54
Binary 11001001 1001010 11001 0 111111 1011000 10101 10001 1001110 101100

Color Harmonies of #C94A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A19

Black with #C94A19

Text Example


Text Example

White with #C94A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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