Html Css Color HEX #C54008 Rust

📋 copy color: '#C54008'

red 197 ◦ green 64 ◦ blue 8

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

Shades of Rust #C54008

Tints of Rust #C54008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 73.23%
G = 23.79%
B = 2.97%

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

#C54008 (or 0xC54008) is known color: Rust. HEX triplet: C5, 40 and 08. RGB value is (197,64,8). Sum of RGB (Red+Green+Blue) = 197+64+8=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C54008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54008 is #3ABFF7. Grayscale: #616161. Windows color (decimal): -3850232 or 540869. OLE color: 540869.

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

Color convert

RGB 197 64 8 -
CMYK 0 0.68 0.96 0.23
HSL 17.78º 0.92% 0.4% -
HSV(B) 17.78º 0.96% 0.77% -
XYZ 24.9 15.55 1.92 -
YUV 97.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 197 64 8 0 0.68 0.96 0.23 17.78 0.92 0.4
Hex C5 40 8 0 44 60 17 12 5C 28
Octal 305 100 10 0 104 140 27 22 134 50
Binary 11000101 1000000 1000 0 1000100 1100000 10111 10010 1011100 101000

Color Harmonies of #C54008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54008

Black with #C54008

Text Example


Text Example

White with #C54008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54008; }

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

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

background-color css

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

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

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

border-color css

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

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

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