Html Css Color HEX #C44505 Rust

📋 copy color: '#C44505'

red 196 ◦ green 69 ◦ blue 5

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

Shades of Rust #C44505

Tints of Rust #C44505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 72.59%
G = 25.56%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C44505 (or 0xC44505) is known color: Rust. HEX triplet: C4, 45 and 05. RGB value is (196,69,5). Sum of RGB (Red+Green+Blue) = 196+69+5=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C44505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44505 is #3BBAFA. Grayscale: #646464. Windows color (decimal): -3914491 or 345540. OLE color: 345540.

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

Color convert

RGB 196 69 5 -
CMYK 0 0.65 0.97 0.23
HSL 20.1º 0.95% 0.39% -
HSV(B) 20.1º 0.97% 0.77% -
XYZ 24.92 16 1.92 -
YUV 99.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 196 69 5 0 0.65 0.97 0.23 20.1 0.95 0.39
Hex C4 45 5 0 41 61 17 14 5F 27
Octal 304 105 5 0 101 141 27 24 137 47
Binary 11000100 1000101 101 0 1000001 1100001 10111 10100 1011111 100111

Color Harmonies of #C44505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44505

Black with #C44505

Text Example


Text Example

White with #C44505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44505; }

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

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

background-color css

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

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

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

border-color css

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

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

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