Html Css Color HEX #C54503 Rust

📋 copy color: '#C54503'

red 197 ◦ green 69 ◦ blue 3

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

Shades of Rust #C54503

Tints of Rust #C54503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 73.23%
G = 25.65%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C54503 (or 0xC54503) is known color: Rust. HEX triplet: C5, 45 and 03. RGB value is (197,69,3). Sum of RGB (Red+Green+Blue) = 197+69+3=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C54503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54503 is #3ABAFC. Grayscale: #646464. Windows color (decimal): -3848957 or 214469. OLE color: 214469.

HSL color Cylindrical-coordinate representation of color #C54503: hue angle of 20.41º degrees, saturation: 0.97, 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 #C54503 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 3 -
CMYK 0 0.65 0.98 0.23
HSL 20.41º 0.97% 0.39% -
HSV(B) 20.41º 0.98% 0.77% -
XYZ 25.17 16.13 1.87 -
YUV 99.75 73.41 197.37 -
System Red Green Blue C M Y K H S L
Decimal 197 69 3 0 0.65 0.98 0.23 20.41 0.97 0.39
Hex C5 45 3 0 41 62 17 14 61 27
Octal 305 105 3 0 101 142 27 24 141 47
Binary 11000101 1000101 11 0 1000001 1100010 10111 10100 1100001 100111

Color Harmonies of #C54503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54503

Black with #C54503

Text Example


Text Example

White with #C54503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54503; }

 p { color: rgb(197,69,3); }

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

background-color css

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

 a { background-color: rgb(197,69,3); }

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

border-color css

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

 span { border-color: rgb(197,69,3); }

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