Html Css Color HEX #C94306 Rust

📋 copy color: '#C94306'

red 201 ◦ green 67 ◦ blue 6

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

Shades of Rust #C94306

Tints of Rust #C94306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 73.36%
G = 24.45%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C94306 (or 0xC94306) is known color: Rust. HEX triplet: C9, 43 and 06. RGB value is (201,67,6). Sum of RGB (Red+Green+Blue) = 201+67+6=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C94306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94306 is #36BCF9. Grayscale: #646464. Windows color (decimal): -3587322 or 410569. OLE color: 410569.

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

Color convert

RGB 201 67 6 -
CMYK 0 0.67 0.97 0.21
HSL 18.77º 0.94% 0.41% -
HSV(B) 18.77º 0.97% 0.79% -
XYZ 26.13 16.44 1.97 -
YUV 100.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 201 67 6 0 0.67 0.97 0.21 18.77 0.94 0.41
Hex C9 43 6 0 43 61 15 13 5E 29
Octal 311 103 6 0 103 141 25 23 136 51
Binary 11001001 1000011 110 0 1000011 1100001 10101 10011 1011110 101001

Color Harmonies of #C94306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94306

Black with #C94306

Text Example


Text Example

White with #C94306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94306; }

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

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

background-color css

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

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

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

border-color css

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

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

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