Html Css Color HEX #C44110 Rust

📋 copy color: '#C44110'

red 196 ◦ green 65 ◦ blue 16

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

Shades of Rust #C44110

Tints of Rust #C44110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 70.76%
G = 23.47%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C44110 (or 0xC44110) is known color: Rust. HEX triplet: C4, 41 and 10. RGB value is (196,65,16). Sum of RGB (Red+Green+Blue) = 196+65+16=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C44110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44110 is #3BBEEF. Grayscale: #626262. Windows color (decimal): -3915504 or 1065412. OLE color: 1065412.

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

Color convert

RGB 196 65 16 -
CMYK 0 0.67 0.92 0.23
HSL 16.33º 0.85% 0.42% -
HSV(B) 16.33º 0.92% 0.77% -
XYZ 24.75 15.55 2.19 -
YUV 98.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 196 65 16 0 0.67 0.92 0.23 16.33 0.85 0.42
Hex C4 41 10 0 43 5C 17 10 55 2A
Octal 304 101 20 0 103 134 27 20 125 52
Binary 11000100 1000001 10000 0 1000011 1011100 10111 10000 1010101 101010

Color Harmonies of #C44110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44110

Black with #C44110

Text Example


Text Example

White with #C44110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44110; }

 p { color: rgb(196,65,16); }

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

background-color css

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

 a { background-color: rgb(196,65,16); }

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

border-color css

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

 span { border-color: rgb(196,65,16); }

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