Html Css Color HEX #C54604 Rust

📋 copy color: '#C54604'

red 197 ◦ green 70 ◦ blue 4

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

Shades of Rust #C54604

Tints of Rust #C54604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 72.69%
G = 25.83%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C54604 (or 0xC54604) is known color: Rust. HEX triplet: C5, 46 and 04. RGB value is (197,70,4). Sum of RGB (Red+Green+Blue) = 197+70+4=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C54604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54604 is #3AB9FB. Grayscale: #646464. Windows color (decimal): -3848700 or 280261. OLE color: 280261.

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

Color convert

RGB 197 70 4 -
CMYK 0 0.64 0.98 0.23
HSL 20.52º 0.96% 0.39% -
HSV(B) 20.52º 0.98% 0.77% -
XYZ 25.24 16.26 1.92 -
YUV 100.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 197 70 4 0 0.64 0.98 0.23 20.52 0.96 0.39
Hex C5 46 4 0 40 62 17 15 60 27
Octal 305 106 4 0 100 142 27 25 140 47
Binary 11000101 1000110 100 0 1000000 1100010 10111 10101 1100000 100111

Color Harmonies of #C54604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54604

Black with #C54604

Text Example


Text Example

White with #C54604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54604; }

 p { color: rgb(197,70,4); }

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

background-color css

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

 a { background-color: rgb(197,70,4); }

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

border-color css

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

 span { border-color: rgb(197,70,4); }

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