Html Css Color HEX #C94107 Rust

📋 copy color: '#C94107'

red 201 ◦ green 65 ◦ blue 7

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

Shades of Rust #C94107

Tints of Rust #C94107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 73.63%
G = 23.81%
B = 2.56%

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

#C94107 (or 0xC94107) is known color: Rust. HEX triplet: C9, 41 and 07. RGB value is (201,65,7). Sum of RGB (Red+Green+Blue) = 201+65+7=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C94107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94107 is #36BEF8. Grayscale: #636363. Windows color (decimal): -3587833 or 475593. OLE color: 475593.

HSL color Cylindrical-coordinate representation of color #C94107: hue angle of 17.94º degrees, saturation: 0.93, 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 #C94107 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 7 -
CMYK 0 0.68 0.97 0.21
HSL 17.94º 0.93% 0.41% -
HSV(B) 17.94º 0.97% 0.79% -
XYZ 26.02 16.21 1.96 -
YUV 99.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 201 65 7 0 0.68 0.97 0.21 17.94 0.93 0.41
Hex C9 41 7 0 44 61 15 12 5D 29
Octal 311 101 7 0 104 141 25 22 135 51
Binary 11001001 1000001 111 0 1000100 1100001 10101 10010 1011101 101001

Color Harmonies of #C94107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94107

Black with #C94107

Text Example


Text Example

White with #C94107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94107; }

 p { color: rgb(201,65,7); }

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

background-color css

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

 a { background-color: rgb(201,65,7); }

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

border-color css

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

 span { border-color: rgb(201,65,7); }

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