Html Css Color HEX #C44719 Rust

📋 copy color: '#C44719'

red 196 ◦ green 71 ◦ blue 25

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

Shades of Rust #C44719

Tints of Rust #C44719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 67.12%
G = 24.32%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C44719 (or 0xC44719) is known color: Rust. HEX triplet: C4, 47 and 19. RGB value is (196,71,25). Sum of RGB (Red+Green+Blue) = 196+71+25=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C44719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44719 is #3BB8E6. Grayscale: #676767. Windows color (decimal): -3913959 or 1656772. OLE color: 1656772.

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

Color convert

RGB 196 71 25 -
CMYK 0 0.64 0.87 0.23
HSL 16.14º 0.77% 0.43% -
HSV(B) 16.14º 0.87% 0.77% -
XYZ 25.19 16.31 2.74 -
YUV 103.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 196 71 25 0 0.64 0.87 0.23 16.14 0.77 0.43
Hex C4 47 19 0 40 57 17 10 4D 2B
Octal 304 107 31 0 100 127 27 20 115 53
Binary 11000100 1000111 11001 0 1000000 1010111 10111 10000 1001101 101011

Color Harmonies of #C44719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44719

Black with #C44719

Text Example


Text Example

White with #C44719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44719; }

 p { color: rgb(196,71,25); }

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

background-color css

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

 a { background-color: rgb(196,71,25); }

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

border-color css

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

 span { border-color: rgb(196,71,25); }

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