Html Css Color HEX #C54214 Rust

📋 copy color: '#C54214'

red 197 ◦ green 66 ◦ blue 20

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

Shades of Rust #C54214

Tints of Rust #C54214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 69.61%
G = 23.32%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C54214 (or 0xC54214) is known color: Rust. HEX triplet: C5, 42 and 14. RGB value is (197,66,20). Sum of RGB (Red+Green+Blue) = 197+66+20=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C54214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54214 is #3ABDEB. Grayscale: #646464. Windows color (decimal): -3849708 or 1327813. OLE color: 1327813.

HSL color Cylindrical-coordinate representation of color #C54214: hue angle of 15.59º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54214 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 20 -
CMYK 0 0.66 0.90 0.23
HSL 15.59º 0.82% 0.43% -
HSV(B) 15.59º 0.9% 0.77% -
XYZ 25.1 15.82 2.39 -
YUV 99.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 197 66 20 0 0.66 0.90 0.23 15.59 0.82 0.43
Hex C5 42 14 0 42 5A 17 10 52 2B
Octal 305 102 24 0 102 132 27 20 122 53
Binary 11000101 1000010 10100 0 1000010 1011010 10111 10000 1010010 101011

Color Harmonies of #C54214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54214

Black with #C54214

Text Example


Text Example

White with #C54214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54214; }

 p { color: rgb(197,66,20); }

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

background-color css

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

 a { background-color: rgb(197,66,20); }

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

border-color css

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

 span { border-color: rgb(197,66,20); }

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