Html Css Color HEX #C44617 Rust

📋 copy color: '#C44617'

red 196 ◦ green 70 ◦ blue 23

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

Shades of Rust #C44617

Tints of Rust #C44617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 67.82%
G = 24.22%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44617 (or 0xC44617) is known color: Rust. HEX triplet: C4, 46 and 17. RGB value is (196,70,23). Sum of RGB (Red+Green+Blue) = 196+70+23=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C44617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44617 is #3BB9E8. Grayscale: #666666. Windows color (decimal): -3914217 or 1525444. OLE color: 1525444.

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

Color convert

RGB 196 70 23 -
CMYK 0 0.64 0.88 0.23
HSL 16.3º 0.79% 0.43% -
HSV(B) 16.3º 0.88% 0.77% -
XYZ 25.11 16.18 2.61 -
YUV 102.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 196 70 23 0 0.64 0.88 0.23 16.3 0.79 0.43
Hex C4 46 17 0 40 58 17 10 4F 2B
Octal 304 106 27 0 100 130 27 20 117 53
Binary 11000100 1000110 10111 0 1000000 1011000 10111 10000 1001111 101011

Color Harmonies of #C44617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44617

Black with #C44617

Text Example


Text Example

White with #C44617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44617; }

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

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

background-color css

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

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

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

border-color css

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

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

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