Html Css Color HEX #C54403 Rust

📋 copy color: '#C54403'

red 197 ◦ green 68 ◦ blue 3

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

Shades of Rust #C54403

Tints of Rust #C54403

RGB

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

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

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

R = 73.51%
G = 25.37%
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

#C54403 (or 0xC54403) is known color: Rust. HEX triplet: C5, 44 and 03. RGB value is (197,68,3). Sum of RGB (Red+Green+Blue) = 197+68+3=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54403 is #3ABBFC. Grayscale: #636363. Windows color (decimal): -3849213 or 214213. OLE color: 214213.

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

Color convert

RGB 197 68 3 -
CMYK 0 0.65 0.98 0.23
HSL 20.1º 0.97% 0.39% -
HSV(B) 20.1º 0.98% 0.77% -
XYZ 25.11 16.01 1.85 -
YUV 99.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 197 68 3 0 0.65 0.98 0.23 20.1 0.97 0.39
Hex C5 44 3 0 41 62 17 14 61 27
Octal 305 104 3 0 101 142 27 24 141 47
Binary 11000101 1000100 11 0 1000001 1100010 10111 10100 1100001 100111

Color Harmonies of #C54403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54403

Black with #C54403

Text Example


Text Example

White with #C54403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54403; }

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

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

background-color css

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

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

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

border-color css

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

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

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