Html Css Color HEX #C54316 Rust

📋 copy color: '#C54316'

red 197 ◦ green 67 ◦ blue 22

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

Shades of Rust #C54316

Tints of Rust #C54316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 68.88%
G = 23.43%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54316 (or 0xC54316) is known color: Rust. HEX triplet: C5, 43 and 16. RGB value is (197,67,22). Sum of RGB (Red+Green+Blue) = 197+67+22=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C54316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54316 is #3ABCE9. Grayscale: #656565. Windows color (decimal): -3849450 or 1459141. OLE color: 1459141.

HSL color Cylindrical-coordinate representation of color #C54316: hue angle of 15.43º 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 #C54316 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 22 -
CMYK 0 0.66 0.89 0.23
HSL 15.43º 0.8% 0.43% -
HSV(B) 15.43º 0.89% 0.77% -
XYZ 25.18 15.94 2.51 -
YUV 100.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 197 67 22 0 0.66 0.89 0.23 15.43 0.8 0.43
Hex C5 43 16 0 42 59 17 F 50 2B
Octal 305 103 26 0 102 131 27 17 120 53
Binary 11000101 1000011 10110 0 1000010 1011001 10111 1111 1010000 101011

Color Harmonies of #C54316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54316

Black with #C54316

Text Example


Text Example

White with #C54316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54316; }

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

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

background-color css

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

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

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

border-color css

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

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

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