Html Css Color HEX #C44500 Rust

📋 copy color: '#C44500'

red 196 ◦ green 69 ◦ blue 0

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

Shades of Rust #C44500

Tints of Rust #C44500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.96%
G = 26.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44500 (or 0xC44500) is known color: Rust. HEX triplet: C4, 45 and 00. RGB value is (196,69,0). Sum of RGB (Red+Green+Blue) = 196+69+0=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C44500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44500 is #3BBAFF. Grayscale: #636363. Windows color (decimal): -3914496 or 17860. OLE color: 17860.

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

Color convert

RGB 196 69 0 -
CMYK 0 0.65 1 0.23
HSL 21.12º 1% 0.38% -
HSV(B) 21.12º 1% 0.77% -
XYZ 24.89 15.99 1.77 -
YUV 99.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 196 69 0 0 0.65 1 0.23 21.12 1 0.38
Hex C4 45 0 0 41 64 17 15 64 26
Octal 304 105 0 0 101 144 27 25 144 46
Binary 11000100 1000101 0 0 1000001 1100100 10111 10101 1100100 100110

Color Harmonies of #C44500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44500

Black with #C44500

Text Example


Text Example

White with #C44500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44500; }

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

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

background-color css

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

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

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

border-color css

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

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

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