Html Css Color HEX #C4501C Rust

📋 copy color: '#C4501C'

red 196 ◦ green 80 ◦ blue 28

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

Shades of Rust #C4501C

Tints of Rust #C4501C

RGB

 RED value IS 196 (76.95% from 255) = 64.47%

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 64.47%
G = 26.32%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4501C (or 0xC4501C) is known color: Rust. HEX triplet: C4, 50 and 1C. RGB value is (196,80,28). Sum of RGB (Red+Green+Blue) = 196+80+28=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4501C is #3BAFE3. Grayscale: #6D6D6D. Windows color (decimal): -3911652 or 1855684. OLE color: 1855684.

HSL color Cylindrical-coordinate representation of color #C4501C: hue angle of 18.57º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4501C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 28 -
CMYK 0 0.59 0.86 0.23
HSL 18.57º 0.75% 0.44% -
HSV(B) 18.57º 0.86% 0.77% -
XYZ 25.84 17.56 3.13 -
YUV 108.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 196 80 28 0 0.59 0.86 0.23 18.57 0.75 0.44
Hex C4 50 1C 0 3B 56 17 13 4B 2C
Octal 304 120 34 0 73 126 27 23 113 54
Binary 11000100 1010000 11100 0 111011 1010110 10111 10011 1001011 101100

Color Harmonies of #C4501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4501C

Black with #C4501C

Text Example


Text Example

White with #C4501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4501C; }

 p { color: rgb(196,80,28); }

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

background-color css

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

 a { background-color: rgb(196,80,28); }

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

border-color css

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

 span { border-color: rgb(196,80,28); }

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