Html Css Color HEX #C44206 Rust

📋 copy color: '#C44206'

red 196 ◦ green 66 ◦ blue 6

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

Shades of Rust #C44206

Tints of Rust #C44206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 73.13%
G = 24.63%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C44206 (or 0xC44206) is known color: Rust. HEX triplet: C4, 42 and 06. RGB value is (196,66,6). Sum of RGB (Red+Green+Blue) = 196+66+6=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C44206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44206 is #3BBDF9. Grayscale: #626262. Windows color (decimal): -3915258 or 410308. OLE color: 410308.

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

Color convert

RGB 196 66 6 -
CMYK 0 0.66 0.97 0.23
HSL 18.95º 0.94% 0.4% -
HSV(B) 18.95º 0.97% 0.77% -
XYZ 24.75 15.65 1.89 -
YUV 98.03 76.07 197.88 -
System Red Green Blue C M Y K H S L
Decimal 196 66 6 0 0.66 0.97 0.23 18.95 0.94 0.4
Hex C4 42 6 0 42 61 17 13 5E 28
Octal 304 102 6 0 102 141 27 23 136 50
Binary 11000100 1000010 110 0 1000010 1100001 10111 10011 1011110 101000

Color Harmonies of #C44206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44206

Black with #C44206

Text Example


Text Example

White with #C44206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44206; }

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

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

background-color css

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

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

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

border-color css

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

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

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