Html Css Color HEX #C45012 Rust

📋 copy color: '#C45012'

red 196 ◦ green 80 ◦ blue 18

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

Shades of Rust #C45012

Tints of Rust #C45012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 66.67%
G = 27.21%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C45012 (or 0xC45012) is known color: Rust. HEX triplet: C4, 50 and 12. RGB value is (196,80,18). Sum of RGB (Red+Green+Blue) = 196+80+18=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C45012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45012 is #3BAFED. Grayscale: #6B6B6B. Windows color (decimal): -3911662 or 1200324. OLE color: 1200324.

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

Color convert

RGB 196 80 18 -
CMYK 0 0.59 0.91 0.23
HSL 20.9º 0.83% 0.42% -
HSV(B) 20.9º 0.91% 0.77% -
XYZ 25.74 17.52 2.6 -
YUV 107.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 196 80 18 0 0.59 0.91 0.23 20.9 0.83 0.42
Hex C4 50 12 0 3B 5B 17 15 53 2A
Octal 304 120 22 0 73 133 27 25 123 52
Binary 11000100 1010000 10010 0 111011 1011011 10111 10101 1010011 101010

Color Harmonies of #C45012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45012

Black with #C45012

Text Example


Text Example

White with #C45012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45012; }

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

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

background-color css

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

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

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

border-color css

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

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

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