Html Css Color HEX #C94919 Rust

📋 copy color: '#C94919'

red 201 ◦ green 73 ◦ blue 25

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

Shades of Rust #C94919

Tints of Rust #C94919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 67.22%
G = 24.41%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94919 (or 0xC94919) is known color: Rust. HEX triplet: C9, 49 and 19. RGB value is (201,73,25). Sum of RGB (Red+Green+Blue) = 201+73+25=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94919 is #36B6E6. Grayscale: #6A6A6A. Windows color (decimal): -3585767 or 1657289. OLE color: 1657289.

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

Color convert

RGB 201 73 25 -
CMYK 0 0.64 0.88 0.21
HSL 16.36º 0.78% 0.44% -
HSV(B) 16.36º 0.88% 0.79% -
XYZ 26.65 17.25 2.85 -
YUV 105.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 201 73 25 0 0.64 0.88 0.21 16.36 0.78 0.44
Hex C9 49 19 0 40 58 15 10 4E 2C
Octal 311 111 31 0 100 130 25 20 116 54
Binary 11001001 1001001 11001 0 1000000 1011000 10101 10000 1001110 101100

Color Harmonies of #C94919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94919

Black with #C94919

Text Example


Text Example

White with #C94919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94919; }

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

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

background-color css

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

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

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

border-color css

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

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

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