Html Css Color HEX #C54501 Rust

📋 copy color: '#C54501'

red 197 ◦ green 69 ◦ blue 1

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

Shades of Rust #C54501

Tints of Rust #C54501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 73.78%
G = 25.84%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54501 (or 0xC54501) is known color: Rust. HEX triplet: C5, 45 and 01. RGB value is (197,69,1). Sum of RGB (Red+Green+Blue) = 197+69+1=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C54501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54501 is #3ABAFE. Grayscale: #636363. Windows color (decimal): -3848959 or 83397. OLE color: 83397.

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

Color convert

RGB 197 69 1 -
CMYK 0 0.65 0.99 0.23
HSL 20.82º 0.99% 0.39% -
HSV(B) 20.82º 0.99% 0.77% -
XYZ 25.16 16.13 1.82 -
YUV 99.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 197 69 1 0 0.65 0.99 0.23 20.82 0.99 0.39
Hex C5 45 1 0 41 63 17 15 63 27
Octal 305 105 1 0 101 143 27 25 143 47
Binary 11000101 1000101 1 0 1000001 1100011 10111 10101 1100011 100111

Color Harmonies of #C54501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54501

Black with #C54501

Text Example


Text Example

White with #C54501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54501; }

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

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

background-color css

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

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

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

border-color css

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

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

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