Html Css Color HEX #C4461E Rust

📋 copy color: '#C4461E'

red 196 ◦ green 70 ◦ blue 30

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

Shades of Rust #C4461E

Tints of Rust #C4461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 66.22%
G = 23.65%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4461E (or 0xC4461E) is known color: Rust. HEX triplet: C4, 46 and 1E. RGB value is (196,70,30). Sum of RGB (Red+Green+Blue) = 196+70+30=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4461E is #3BB9E1. Grayscale: #676767. Windows color (decimal): -3914210 or 1984196. OLE color: 1984196.

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

Color convert

RGB 196 70 30 -
CMYK 0 0.64 0.85 0.23
HSL 14.46º 0.73% 0.44% -
HSV(B) 14.46º 0.85% 0.77% -
XYZ 25.19 16.21 3.03 -
YUV 103.11 86.74 194.25 -
System Red Green Blue C M Y K H S L
Decimal 196 70 30 0 0.64 0.85 0.23 14.46 0.73 0.44
Hex C4 46 1E 0 40 55 17 E 49 2C
Octal 304 106 36 0 100 125 27 16 111 54
Binary 11000100 1000110 11110 0 1000000 1010101 10111 1110 1001001 101100

Color Harmonies of #C4461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4461E

Black with #C4461E

Text Example


Text Example

White with #C4461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4461E; }

 p { color: rgb(196,70,30); }

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

background-color css

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

 a { background-color: rgb(196,70,30); }

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

border-color css

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

 span { border-color: rgb(196,70,30); }

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