Html Css Color HEX #C55319 Rust

📋 copy color: '#C55319'

red 197 ◦ green 83 ◦ blue 25

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

Shades of Rust #C55319

Tints of Rust #C55319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 64.59%
G = 27.21%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C55319 (or 0xC55319) is known color: Rust. HEX triplet: C5, 53 and 19. RGB value is (197,83,25). Sum of RGB (Red+Green+Blue) = 197+83+25=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C55319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55319 is #3AACE6. Grayscale: #6E6E6E. Windows color (decimal): -3845351 or 1659845. OLE color: 1659845.

HSL color Cylindrical-coordinate representation of color #C55319: hue angle of 20.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C55319 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 25 -
CMYK 0 0.58 0.87 0.23
HSL 20.23º 0.77% 0.44% -
HSV(B) 20.23º 0.87% 0.77% -
XYZ 26.29 18.13 3.03 -
YUV 110.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 197 83 25 0 0.58 0.87 0.23 20.23 0.77 0.44
Hex C5 53 19 0 3A 57 17 14 4D 2C
Octal 305 123 31 0 72 127 27 24 115 54
Binary 11000101 1010011 11001 0 111010 1010111 10111 10100 1001101 101100

Color Harmonies of #C55319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55319

Black with #C55319

Text Example


Text Example

White with #C55319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55319; }

 p { color: rgb(197,83,25); }

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

background-color css

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

 a { background-color: rgb(197,83,25); }

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

border-color css

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

 span { border-color: rgb(197,83,25); }

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