Html Css Color HEX #C4400A Rust

📋 copy color: '#C4400A'

red 196 ◦ green 64 ◦ blue 10

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

Shades of Rust #C4400A

Tints of Rust #C4400A

RGB

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

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

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

R = 72.59%
G = 23.7%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4400A (or 0xC4400A) is known color: Rust. HEX triplet: C4, 40 and 0A. RGB value is (196,64,10). Sum of RGB (Red+Green+Blue) = 196+64+10=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C4400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4400A is #3BBFF5. Grayscale: #616161. Windows color (decimal): -3915766 or 671940. OLE color: 671940.

HSL color Cylindrical-coordinate representation of color #C4400A: hue angle of 17.42º 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 #C4400A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 10 -
CMYK 0 0.67 0.95 0.23
HSL 17.42º 0.9% 0.4% -
HSV(B) 17.42º 0.95% 0.77% -
XYZ 24.65 15.42 1.97 -
YUV 97.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 196 64 10 0 0.67 0.95 0.23 17.42 0.9 0.4
Hex C4 40 A 0 43 5F 17 11 5A 28
Octal 304 100 12 0 103 137 27 21 132 50
Binary 11000100 1000000 1010 0 1000011 1011111 10111 10001 1011010 101000

Color Harmonies of #C4400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4400A

Black with #C4400A

Text Example


Text Example

White with #C4400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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