Html Css Color HEX #C44409 Rust

📋 copy color: '#C44409'

red 196 ◦ green 68 ◦ blue 9

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

Shades of Rust #C44409

Tints of Rust #C44409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 71.79%
G = 24.91%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C44409 (or 0xC44409) is known color: Rust. HEX triplet: C4, 44 and 09. RGB value is (196,68,9). Sum of RGB (Red+Green+Blue) = 196+68+9=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C44409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44409 is #3BBBF6. Grayscale: #636363. Windows color (decimal): -3914743 or 607428. OLE color: 607428.

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

Color convert

RGB 196 68 9 -
CMYK 0 0.65 0.95 0.23
HSL 18.93º 0.91% 0.4% -
HSV(B) 18.93º 0.95% 0.77% -
XYZ 24.88 15.89 2.01 -
YUV 99.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 196 68 9 0 0.65 0.95 0.23 18.93 0.91 0.4
Hex C4 44 9 0 41 5F 17 13 5B 28
Octal 304 104 11 0 101 137 27 23 133 50
Binary 11000100 1000100 1001 0 1000001 1011111 10111 10011 1011011 101000

Color Harmonies of #C44409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44409

Black with #C44409

Text Example


Text Example

White with #C44409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44409; }

 p { color: rgb(196,68,9); }

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

background-color css

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

 a { background-color: rgb(196,68,9); }

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

border-color css

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

 span { border-color: rgb(196,68,9); }

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