Html Css Color HEX #C54300 Rust

📋 copy color: '#C54300'

red 197 ◦ green 67 ◦ blue 0

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

Shades of Rust #C54300

Tints of Rust #C54300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 74.62%
G = 25.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C54300 (or 0xC54300) is known color: Rust. HEX triplet: C5, 43 and 00. RGB value is (197,67,0). Sum of RGB (Red+Green+Blue) = 197+67+0=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C54300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54300 is #3ABCFF. Grayscale: #626262. Windows color (decimal): -3849472 or 17349. OLE color: 17349.

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

Color convert

RGB 197 67 0 -
CMYK 0 0.66 1 0.23
HSL 20.41º 1% 0.39% -
HSV(B) 20.41º 1% 0.77% -
XYZ 25.03 15.88 1.75 -
YUV 98.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 197 67 0 0 0.66 1 0.23 20.41 1 0.39
Hex C5 43 0 0 42 64 17 14 64 27
Octal 305 103 0 0 102 144 27 24 144 47
Binary 11000101 1000011 0 0 1000010 1100100 10111 10100 1100100 100111

Color Harmonies of #C54300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54300

Black with #C54300

Text Example


Text Example

White with #C54300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54300; }

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

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

background-color css

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

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

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

border-color css

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

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

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