Html Css Color HEX #C94C15 Rust

📋 copy color: '#C94C15'

red 201 ◦ green 76 ◦ blue 21

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

Shades of Rust #C94C15

Tints of Rust #C94C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 67.45%
G = 25.5%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94C15 (or 0xC94C15) is known color: Rust. HEX triplet: C9, 4C and 15. RGB value is (201,76,21). Sum of RGB (Red+Green+Blue) = 201+76+21=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C15 is #36B3EA. Grayscale: #6B6B6B. Windows color (decimal): -3585003 or 1395913. OLE color: 1395913.

HSL color Cylindrical-coordinate representation of color #C94C15: hue angle of 18.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94C15 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 21 -
CMYK 0 0.62 0.90 0.21
HSL 18.33º 0.81% 0.44% -
HSV(B) 18.33º 0.9% 0.79% -
XYZ 26.81 17.64 2.7 -
YUV 107.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 201 76 21 0 0.62 0.90 0.21 18.33 0.81 0.44
Hex C9 4C 15 0 3E 5A 15 12 51 2C
Octal 311 114 25 0 76 132 25 22 121 54
Binary 11001001 1001100 10101 0 111110 1011010 10101 10010 1010001 101100

Color Harmonies of #C94C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C15

Black with #C94C15

Text Example


Text Example

White with #C94C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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