Html Css Color HEX #C94C19 Rust

📋 copy color: '#C94C19'

red 201 ◦ green 76 ◦ blue 25

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

Shades of Rust #C94C19

Tints of Rust #C94C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 66.56%
G = 25.17%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94C19 (or 0xC94C19) is known color: Rust. HEX triplet: C9, 4C and 19. RGB value is (201,76,25). Sum of RGB (Red+Green+Blue) = 201+76+25=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C19 is #36B3E6. Grayscale: #6B6B6B. Windows color (decimal): -3584999 or 1658057. OLE color: 1658057.

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

Color convert

RGB 201 76 25 -
CMYK 0 0.62 0.88 0.21
HSL 17.39º 0.78% 0.44% -
HSV(B) 17.39º 0.88% 0.79% -
XYZ 26.85 17.66 2.91 -
YUV 107.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 201 76 25 0 0.62 0.88 0.21 17.39 0.78 0.44
Hex C9 4C 19 0 3E 58 15 11 4E 2C
Octal 311 114 31 0 76 130 25 21 116 54
Binary 11001001 1001100 11001 0 111110 1011000 10101 10001 1001110 101100

Color Harmonies of #C94C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C19

Black with #C94C19

Text Example


Text Example

White with #C94C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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