Html Css Color HEX #C44205 Rust

📋 copy color: '#C44205'

red 196 ◦ green 66 ◦ blue 5

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

Shades of Rust #C44205

Tints of Rust #C44205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 73.41%
G = 24.72%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C44205 (or 0xC44205) is known color: Rust. HEX triplet: C4, 42 and 05. RGB value is (196,66,5). Sum of RGB (Red+Green+Blue) = 196+66+5=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C44205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44205 is #3BBDFA. Grayscale: #626262. Windows color (decimal): -3915259 or 344772. OLE color: 344772.

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

Color convert

RGB 196 66 5 -
CMYK 0 0.66 0.97 0.23
HSL 19.16º 0.95% 0.39% -
HSV(B) 19.16º 0.97% 0.77% -
XYZ 24.74 15.64 1.86 -
YUV 97.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 196 66 5 0 0.66 0.97 0.23 19.16 0.95 0.39
Hex C4 42 5 0 42 61 17 13 5F 27
Octal 304 102 5 0 102 141 27 23 137 47
Binary 11000100 1000010 101 0 1000010 1100001 10111 10011 1011111 100111

Color Harmonies of #C44205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44205

Black with #C44205

Text Example


Text Example

White with #C44205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44205; }

 p { color: rgb(196,66,5); }

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

background-color css

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

 a { background-color: rgb(196,66,5); }

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

border-color css

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

 span { border-color: rgb(196,66,5); }

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