Html Css Color HEX #C94D18 Rust

📋 copy color: '#C94D18'

red 201 ◦ green 77 ◦ blue 24

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

Shades of Rust #C94D18

Tints of Rust #C94D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 66.56%
G = 25.5%
B = 7.95%

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

#C94D18 (or 0xC94D18) is known color: Rust. HEX triplet: C9, 4D and 18. RGB value is (201,77,24). Sum of RGB (Red+Green+Blue) = 201+77+24=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D18 is #36B2E7. Grayscale: #6C6C6C. Windows color (decimal): -3584744 or 1592777. OLE color: 1592777.

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

Color convert

RGB 201 77 24 -
CMYK 0 0.62 0.88 0.21
HSL 17.97º 0.79% 0.44% -
HSV(B) 17.97º 0.88% 0.79% -
XYZ 26.91 17.79 2.88 -
YUV 108.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 201 77 24 0 0.62 0.88 0.21 17.97 0.79 0.44
Hex C9 4D 18 0 3E 58 15 12 4F 2C
Octal 311 115 30 0 76 130 25 22 117 54
Binary 11001001 1001101 11000 0 111110 1011000 10101 10010 1001111 101100

Color Harmonies of #C94D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D18

Black with #C94D18

Text Example


Text Example

White with #C94D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D18; }

 p { color: rgb(201,77,24); }

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

background-color css

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

 a { background-color: rgb(201,77,24); }

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

border-color css

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

 span { border-color: rgb(201,77,24); }

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