Html Css Color HEX #C94006 Rust

📋 copy color: '#C94006'

red 201 ◦ green 64 ◦ blue 6

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

Shades of Rust #C94006

Tints of Rust #C94006

RGB

 RED value IS 201 (78.91% from 255) = 74.17%

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 74.17%
G = 23.62%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C94006 (or 0xC94006) is known color: Rust. HEX triplet: C9, 40 and 06. RGB value is (201,64,6). Sum of RGB (Red+Green+Blue) = 201+64+6=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C94006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94006 is #36BFF9. Grayscale: #626262. Windows color (decimal): -3588090 or 409801. OLE color: 409801.

HSL color Cylindrical-coordinate representation of color #C94006: hue angle of 17.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C94006 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 6 -
CMYK 0 0.68 0.97 0.21
HSL 17.85º 0.94% 0.41% -
HSV(B) 17.85º 0.97% 0.79% -
XYZ 25.95 16.1 1.91 -
YUV 98.35 75.89 201.22 -
System Red Green Blue C M Y K H S L
Decimal 201 64 6 0 0.68 0.97 0.21 17.85 0.94 0.41
Hex C9 40 6 0 44 61 15 12 5E 29
Octal 311 100 6 0 104 141 25 22 136 51
Binary 11001001 1000000 110 0 1000100 1100001 10101 10010 1011110 101001

Color Harmonies of #C94006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94006

Black with #C94006

Text Example


Text Example

White with #C94006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94006; }

 p { color: rgb(201,64,6); }

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

background-color css

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

 a { background-color: rgb(201,64,6); }

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

border-color css

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

 span { border-color: rgb(201,64,6); }

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