Html Css Color HEX #C54816 Rust

📋 copy color: '#C54816'

red 197 ◦ green 72 ◦ blue 22

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

Shades of Rust #C54816

Tints of Rust #C54816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

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

R = 67.7%
G = 24.74%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54816 (or 0xC54816) is known color: Rust. HEX triplet: C5, 48 and 16. RGB value is (197,72,22). Sum of RGB (Red+Green+Blue) = 197+72+22=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C54816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54816 is #3AB7E9. Grayscale: #676767. Windows color (decimal): -3848170 or 1460421. OLE color: 1460421.

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

Color convert

RGB 197 72 22 -
CMYK 0 0.63 0.89 0.23
HSL 17.14º 0.8% 0.43% -
HSV(B) 17.14º 0.89% 0.77% -
XYZ 25.49 16.56 2.61 -
YUV 103.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 197 72 22 0 0.63 0.89 0.23 17.14 0.8 0.43
Hex C5 48 16 0 3F 59 17 11 50 2B
Octal 305 110 26 0 77 131 27 21 120 53
Binary 11000101 1001000 10110 0 111111 1011001 10111 10001 1010000 101011

Color Harmonies of #C54816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54816

Black with #C54816

Text Example


Text Example

White with #C54816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54816; }

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

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

background-color css

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

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

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

border-color css

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

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

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