Html Css Color HEX #C54103 Rust

📋 copy color: '#C54103'

red 197 ◦ green 65 ◦ blue 3

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

Shades of Rust #C54103

Tints of Rust #C54103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

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

R = 74.34%
G = 24.53%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C54103 (or 0xC54103) is known color: Rust. HEX triplet: C5, 41 and 03. RGB value is (197,65,3). Sum of RGB (Red+Green+Blue) = 197+65+3=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C54103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54103 is #3ABEFC. Grayscale: #616161. Windows color (decimal): -3849981 or 213445. OLE color: 213445.

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

Color convert

RGB 197 65 3 -
CMYK 0 0.67 0.98 0.23
HSL 19.18º 0.97% 0.39% -
HSV(B) 19.18º 0.98% 0.77% -
XYZ 24.93 15.66 1.79 -
YUV 97.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 197 65 3 0 0.67 0.98 0.23 19.18 0.97 0.39
Hex C5 41 3 0 43 62 17 13 61 27
Octal 305 101 3 0 103 142 27 23 141 47
Binary 11000101 1000001 11 0 1000011 1100010 10111 10011 1100001 100111

Color Harmonies of #C54103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54103

Black with #C54103

Text Example


Text Example

White with #C54103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54103; }

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

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

background-color css

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

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

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

border-color css

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

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

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