Html Css Color HEX #C74102 Rust

📋 copy color: '#C74102'

red 199 ◦ green 65 ◦ blue 2

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

Shades of Rust #C74102

Tints of Rust #C74102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 74.81%
G = 24.44%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74102 (or 0xC74102) is known color: Rust. HEX triplet: C7, 41 and 02. RGB value is (199,65,2). Sum of RGB (Red+Green+Blue) = 199+65+2=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C74102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74102 is #38BEFD. Grayscale: #626262. Windows color (decimal): -3718910 or 147911. OLE color: 147911.

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

Color convert

RGB 199 65 2 -
CMYK 0 0.67 0.99 0.22
HSL 19.19º 0.98% 0.39% -
HSV(B) 19.19º 0.99% 0.78% -
XYZ 25.45 15.93 1.79 -
YUV 97.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 199 65 2 0 0.67 0.99 0.22 19.19 0.98 0.39
Hex C7 41 2 0 43 63 16 13 62 27
Octal 307 101 2 0 103 143 26 23 142 47
Binary 11000111 1000001 10 0 1000011 1100011 10110 10011 1100010 100111

Color Harmonies of #C74102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74102

Black with #C74102

Text Example


Text Example

White with #C74102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74102; }

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

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

background-color css

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

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

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

border-color css

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

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

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