Html Css Color HEX #C54416 Rust

📋 copy color: '#C54416'

red 197 ◦ green 68 ◦ blue 22

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

Shades of Rust #C54416

Tints of Rust #C54416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 68.64%
G = 23.69%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54416 (or 0xC54416) is known color: Rust. HEX triplet: C5, 44 and 16. RGB value is (197,68,22). Sum of RGB (Red+Green+Blue) = 197+68+22=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54416 is #3ABBE9. Grayscale: #656565. Windows color (decimal): -3849194 or 1459397. OLE color: 1459397.

HSL color Cylindrical-coordinate representation of color #C54416: hue angle of 15.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54416 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 22 -
CMYK 0 0.65 0.89 0.23
HSL 15.77º 0.8% 0.43% -
HSV(B) 15.77º 0.89% 0.77% -
XYZ 25.24 16.06 2.53 -
YUV 101.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 197 68 22 0 0.65 0.89 0.23 15.77 0.8 0.43
Hex C5 44 16 0 41 59 17 10 50 2B
Octal 305 104 26 0 101 131 27 20 120 53
Binary 11000101 1000100 10110 0 1000001 1011001 10111 10000 1010000 101011

Color Harmonies of #C54416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54416

Black with #C54416

Text Example


Text Example

White with #C54416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54416; }

 p { color: rgb(197,68,22); }

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

background-color css

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

 a { background-color: rgb(197,68,22); }

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

border-color css

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

 span { border-color: rgb(197,68,22); }

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