Html Css Color HEX #C44200 Rust

📋 copy color: '#C44200'

red 196 ◦ green 66 ◦ blue 0

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

Shades of Rust #C44200

Tints of Rust #C44200

RGB

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

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

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

R = 74.81%
G = 25.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44200 (or 0xC44200) is known color: Rust. HEX triplet: C4, 42 and 00. RGB value is (196,66,0). Sum of RGB (Red+Green+Blue) = 196+66+0=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C44200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44200 is #3BBDFF. Grayscale: #616161. Windows color (decimal): -3915264 or 17092. OLE color: 17092.

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

Color convert

RGB 196 66 0 -
CMYK 0 0.66 1 0.23
HSL 20.2º 1% 0.38% -
HSV(B) 20.2º 1% 0.77% -
XYZ 24.71 15.63 1.71 -
YUV 97.35 73.07 198.37 -
System Red Green Blue C M Y K H S L
Decimal 196 66 0 0 0.66 1 0.23 20.2 1 0.38
Hex C4 42 0 0 42 64 17 14 64 26
Octal 304 102 0 0 102 144 27 24 144 46
Binary 11000100 1000010 0 0 1000010 1100100 10111 10100 1100100 100110

Color Harmonies of #C44200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44200

Black with #C44200

Text Example


Text Example

White with #C44200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44200; }

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

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

background-color css

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

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

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

border-color css

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

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

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