Html Css Color HEX #C54009 Rust

📋 copy color: '#C54009'

red 197 ◦ green 64 ◦ blue 9

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

Shades of Rust #C54009

Tints of Rust #C54009

RGB

 RED value IS 197 (77.34% from 255) = 72.96%

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 9 (3.91% from 255) = 3.33%

R = 72.96%
G = 23.7%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C54009 (or 0xC54009) is known color: Rust. HEX triplet: C5, 40 and 09. RGB value is (197,64,9). Sum of RGB (Red+Green+Blue) = 197+64+9=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C54009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54009 is #3ABFF6. Grayscale: #616161. Windows color (decimal): -3850231 or 606405. OLE color: 606405.

HSL color Cylindrical-coordinate representation of color #C54009: hue angle of 17.55º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C54009 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 9 -
CMYK 0 0.68 0.95 0.23
HSL 17.55º 0.91% 0.4% -
HSV(B) 17.55º 0.95% 0.77% -
XYZ 24.91 15.56 1.95 -
YUV 97.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 197 64 9 0 0.68 0.95 0.23 17.55 0.91 0.4
Hex C5 40 9 0 44 5F 17 12 5B 28
Octal 305 100 11 0 104 137 27 22 133 50
Binary 11000101 1000000 1001 0 1000100 1011111 10111 10010 1011011 101000

Color Harmonies of #C54009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54009

Black with #C54009

Text Example


Text Example

White with #C54009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54009; }

 p { color: rgb(197,64,9); }

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

background-color css

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

 a { background-color: rgb(197,64,9); }

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

border-color css

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

 span { border-color: rgb(197,64,9); }

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