Html Css Color HEX #C54311 Rust

📋 copy color: '#C54311'

red 197 ◦ green 67 ◦ blue 17

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

Shades of Rust #C54311

Tints of Rust #C54311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 70.11%
G = 23.84%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C54311 (or 0xC54311) is known color: Rust. HEX triplet: C5, 43 and 11. RGB value is (197,67,17). Sum of RGB (Red+Green+Blue) = 197+67+17=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C54311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54311 is #3ABCEE. Grayscale: #646464. Windows color (decimal): -3849455 or 1131461. OLE color: 1131461.

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

Color convert

RGB 197 67 17 -
CMYK 0 0.66 0.91 0.23
HSL 16.67º 0.84% 0.42% -
HSV(B) 16.67º 0.91% 0.77% -
XYZ 25.13 15.93 2.28 -
YUV 100.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 197 67 17 0 0.66 0.91 0.23 16.67 0.84 0.42
Hex C5 43 11 0 42 5B 17 11 54 2A
Octal 305 103 21 0 102 133 27 21 124 52
Binary 11000101 1000011 10001 0 1000010 1011011 10111 10001 1010100 101010

Color Harmonies of #C54311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54311

Black with #C54311

Text Example


Text Example

White with #C54311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54311; }

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

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

background-color css

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

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

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

border-color css

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

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

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