Html Css Color HEX #C44400 Rust

📋 copy color: '#C44400'

red 196 ◦ green 68 ◦ blue 0

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

Shades of Rust #C44400

Tints of Rust #C44400

RGB

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

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

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

R = 74.24%
G = 25.76%
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

#C44400 (or 0xC44400) is known color: Rust. HEX triplet: C4, 44 and 00. RGB value is (196,68,0). Sum of RGB (Red+Green+Blue) = 196+68+0=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C44400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44400 is #3BBBFF. Grayscale: #626262. Windows color (decimal): -3914752 or 17604. OLE color: 17604.

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

Color convert

RGB 196 68 0 -
CMYK 0 0.65 1 0.23
HSL 20.82º 1% 0.38% -
HSV(B) 20.82º 1% 0.77% -
XYZ 24.83 15.87 1.75 -
YUV 98.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 196 68 0 0 0.65 1 0.23 20.82 1 0.38
Hex C4 44 0 0 41 64 17 15 64 26
Octal 304 104 0 0 101 144 27 25 144 46
Binary 11000100 1000100 0 0 1000001 1100100 10111 10101 1100100 100110

Color Harmonies of #C44400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44400

Black with #C44400

Text Example


Text Example

White with #C44400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44400; }

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

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

background-color css

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

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

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

border-color css

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

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

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