Html Css Color HEX #C4460A Rust

📋 copy color: '#C4460A'

red 196 ◦ green 70 ◦ blue 10

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

Shades of Rust #C4460A

Tints of Rust #C4460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 71.01%
G = 25.36%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4460A (or 0xC4460A) is known color: Rust. HEX triplet: C4, 46 and 0A. RGB value is (196,70,10). Sum of RGB (Red+Green+Blue) = 196+70+10=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4460A is #3BB9F5. Grayscale: #656565. Windows color (decimal): -3914230 or 673476. OLE color: 673476.

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

Color convert

RGB 196 70 10 -
CMYK 0 0.64 0.95 0.23
HSL 19.35º 0.9% 0.4% -
HSV(B) 19.35º 0.95% 0.77% -
XYZ 25.01 16.14 2.08 -
YUV 100.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 196 70 10 0 0.64 0.95 0.23 19.35 0.9 0.4
Hex C4 46 A 0 40 5F 17 13 5A 28
Octal 304 106 12 0 100 137 27 23 132 50
Binary 11000100 1000110 1010 0 1000000 1011111 10111 10011 1011010 101000

Color Harmonies of #C4460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4460A

Black with #C4460A

Text Example


Text Example

White with #C4460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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