Html Css Color HEX #C94303 Rust

📋 copy color: '#C94303'

red 201 ◦ green 67 ◦ blue 3

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

Shades of Rust #C94303

Tints of Rust #C94303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 74.17%
G = 24.72%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C94303 (or 0xC94303) is known color: Rust. HEX triplet: C9, 43 and 03. RGB value is (201,67,3). Sum of RGB (Red+Green+Blue) = 201+67+3=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C94303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94303 is #36BCFC. Grayscale: #646464. Windows color (decimal): -3587325 or 213961. OLE color: 213961.

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

Color convert

RGB 201 67 3 -
CMYK 0 0.67 0.99 0.21
HSL 19.39º 0.97% 0.4% -
HSV(B) 19.39º 0.99% 0.79% -
XYZ 26.11 16.44 1.88 -
YUV 99.77 73.39 200.2 -
System Red Green Blue C M Y K H S L
Decimal 201 67 3 0 0.67 0.99 0.21 19.39 0.97 0.4
Hex C9 43 3 0 43 63 15 13 61 28
Octal 311 103 3 0 103 143 25 23 141 50
Binary 11001001 1000011 11 0 1000011 1100011 10101 10011 1100001 101000

Color Harmonies of #C94303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94303

Black with #C94303

Text Example


Text Example

White with #C94303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94303; }

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

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

background-color css

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

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

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

border-color css

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

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

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