Html Css Color HEX #C9450F Rust

📋 copy color: '#C9450F'

red 201 ◦ green 69 ◦ blue 15

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

Shades of Rust #C9450F

Tints of Rust #C9450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 70.53%
G = 24.21%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9450F (or 0xC9450F) is known color: Rust. HEX triplet: C9, 45 and 0F. RGB value is (201,69,15). Sum of RGB (Red+Green+Blue) = 201+69+15=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9450F is #36BAF0. Grayscale: #666666. Windows color (decimal): -3586801 or 1000905. OLE color: 1000905.

HSL color Cylindrical-coordinate representation of color #C9450F: hue angle of 17.42º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9450F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 15 -
CMYK 0 0.66 0.93 0.21
HSL 17.42º 0.86% 0.42% -
HSV(B) 17.42º 0.93% 0.79% -
XYZ 26.3 16.71 2.29 -
YUV 102.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 201 69 15 0 0.66 0.93 0.21 17.42 0.86 0.42
Hex C9 45 F 0 42 5D 15 11 56 2A
Octal 311 105 17 0 102 135 25 21 126 52
Binary 11001001 1000101 1111 0 1000010 1011101 10101 10001 1010110 101010

Color Harmonies of #C9450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9450F

Black with #C9450F

Text Example


Text Example

White with #C9450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9450F; }

 p { color: rgb(201,69,15); }

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

background-color css

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

 a { background-color: rgb(201,69,15); }

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

border-color css

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

 span { border-color: rgb(201,69,15); }

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