Html Css Color HEX #C54407 Rust

📋 copy color: '#C54407'

red 197 ◦ green 68 ◦ blue 7

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

Shades of Rust #C54407

Tints of Rust #C54407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 72.43%
G = 25%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C54407 (or 0xC54407) is known color: Rust. HEX triplet: C5, 44 and 07. RGB value is (197,68,7). Sum of RGB (Red+Green+Blue) = 197+68+7=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C54407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54407 is #3ABBF8. Grayscale: #636363. Windows color (decimal): -3849209 or 476357. OLE color: 476357.

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

Color convert

RGB 197 68 7 -
CMYK 0 0.65 0.96 0.23
HSL 19.26º 0.93% 0.4% -
HSV(B) 19.26º 0.96% 0.77% -
XYZ 25.13 16.02 1.97 -
YUV 99.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 197 68 7 0 0.65 0.96 0.23 19.26 0.93 0.4
Hex C5 44 7 0 41 60 17 13 5D 28
Octal 305 104 7 0 101 140 27 23 135 50
Binary 11000101 1000100 111 0 1000001 1100000 10111 10011 1011101 101000

Color Harmonies of #C54407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54407

Black with #C54407

Text Example


Text Example

White with #C54407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54407; }

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

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

background-color css

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

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

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

border-color css

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

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

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