Html Css Color HEX #C94815 Rust

📋 copy color: '#C94815'

red 201 ◦ green 72 ◦ blue 21

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

Shades of Rust #C94815

Tints of Rust #C94815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

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

R = 68.37%
G = 24.49%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94815 (or 0xC94815) is known color: Rust. HEX triplet: C9, 48 and 15. RGB value is (201,72,21). Sum of RGB (Red+Green+Blue) = 201+72+21=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94815 is #36B7EA. Grayscale: #696969. Windows color (decimal): -3586027 or 1394889. OLE color: 1394889.

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

Color convert

RGB 201 72 21 -
CMYK 0 0.64 0.90 0.21
HSL 17º 0.81% 0.44% -
HSV(B) 17º 0.9% 0.79% -
XYZ 26.54 17.11 2.61 -
YUV 104.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 201 72 21 0 0.64 0.90 0.21 17 0.81 0.44
Hex C9 48 15 0 40 5A 15 11 51 2C
Octal 311 110 25 0 100 132 25 21 121 54
Binary 11001001 1001000 10101 0 1000000 1011010 10101 10001 1010001 101100

Color Harmonies of #C94815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94815

Black with #C94815

Text Example


Text Example

White with #C94815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94815; }

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

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

background-color css

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

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

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

border-color css

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

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

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