Html Css Color HEX #C54007 Rust

📋 copy color: '#C54007'

red 197 ◦ green 64 ◦ blue 7

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

Shades of Rust #C54007

Tints of Rust #C54007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 73.51%
G = 23.88%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C54007 (or 0xC54007) is known color: Rust. HEX triplet: C5, 40 and 07. RGB value is (197,64,7). Sum of RGB (Red+Green+Blue) = 197+64+7=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54007 is #3ABFF8. Grayscale: #616161. Windows color (decimal): -3850233 or 475333. OLE color: 475333.

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

Color convert

RGB 197 64 7 -
CMYK 0 0.68 0.96 0.23
HSL 18º 0.93% 0.4% -
HSV(B) 18º 0.96% 0.77% -
XYZ 24.9 15.55 1.89 -
YUV 97.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 197 64 7 0 0.68 0.96 0.23 18 0.93 0.4
Hex C5 40 7 0 44 60 17 12 5D 28
Octal 305 100 7 0 104 140 27 22 135 50
Binary 11000101 1000000 111 0 1000100 1100000 10111 10010 1011101 101000

Color Harmonies of #C54007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54007

Black with #C54007

Text Example


Text Example

White with #C54007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54007; }

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

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

background-color css

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

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

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

border-color css

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

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

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