Html Css Color HEX #C74103 Rust

📋 copy color: '#C74103'

red 199 ◦ green 65 ◦ blue 3

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

Shades of Rust #C74103

Tints of Rust #C74103

RGB

 RED value IS 199 (78.13% from 255) = 74.53%

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

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

R = 74.53%
G = 24.34%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C74103 (or 0xC74103) is known color: Rust. HEX triplet: C7, 41 and 03. RGB value is (199,65,3). Sum of RGB (Red+Green+Blue) = 199+65+3=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C74103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74103 is #38BEFC. Grayscale: #626262. Windows color (decimal): -3718909 or 213447. OLE color: 213447.

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

Color convert

RGB 199 65 3 -
CMYK 0 0.67 0.98 0.22
HSL 18.98º 0.97% 0.4% -
HSV(B) 18.98º 0.98% 0.78% -
XYZ 25.46 15.93 1.82 -
YUV 98 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 199 65 3 0 0.67 0.98 0.22 18.98 0.97 0.4
Hex C7 41 3 0 43 62 16 13 61 28
Octal 307 101 3 0 103 142 26 23 141 50
Binary 11000111 1000001 11 0 1000011 1100010 10110 10011 1100001 101000

Color Harmonies of #C74103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74103

Black with #C74103

Text Example


Text Example

White with #C74103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74103; }

 p { color: rgb(199,65,3); }

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

background-color css

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

 a { background-color: rgb(199,65,3); }

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

border-color css

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

 span { border-color: rgb(199,65,3); }

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