Html Css Color HEX #C54400 Rust

📋 copy color: '#C54400'

red 197 ◦ green 68 ◦ blue 0

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

Shades of Rust #C54400

Tints of Rust #C54400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.34%
G = 25.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C54400 (or 0xC54400) is known color: Rust. HEX triplet: C5, 44 and 00. RGB value is (197,68,0). Sum of RGB (Red+Green+Blue) = 197+68+0=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C54400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54400 is #3ABBFF. Grayscale: #636363. Windows color (decimal): -3849216 or 17605. OLE color: 17605.

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

Color convert

RGB 197 68 0 -
CMYK 0 0.65 1 0.23
HSL 20.71º 1% 0.39% -
HSV(B) 20.71º 1% 0.77% -
XYZ 25.09 16 1.77 -
YUV 98.82 72.24 198.03 -
System Red Green Blue C M Y K H S L
Decimal 197 68 0 0 0.65 1 0.23 20.71 1 0.39
Hex C5 44 0 0 41 64 17 15 64 27
Octal 305 104 0 0 101 144 27 25 144 47
Binary 11000101 1000100 0 0 1000001 1100100 10111 10101 1100100 100111

Color Harmonies of #C54400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54400

Black with #C54400

Text Example


Text Example

White with #C54400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54400; }

 p { color: rgb(197,68,0); }

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

background-color css

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

 a { background-color: rgb(197,68,0); }

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

border-color css

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

 span { border-color: rgb(197,68,0); }

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