Html Css Color HEX #C74002 Rust

📋 copy color: '#C74002'

red 199 ◦ green 64 ◦ blue 2

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

Shades of Rust #C74002

Tints of Rust #C74002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 75.09%
G = 24.15%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74002 (or 0xC74002) is known color: Rust. HEX triplet: C7, 40 and 02. RGB value is (199,64,2). Sum of RGB (Red+Green+Blue) = 199+64+2=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C74002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74002 is #38BFFD. Grayscale: #616161. Windows color (decimal): -3719166 or 147655. OLE color: 147655.

HSL color Cylindrical-coordinate representation of color #C74002: hue angle of 18.88º 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 #C74002 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 2 -
CMYK 0 0.68 0.99 0.22
HSL 18.88º 0.98% 0.39% -
HSV(B) 18.88º 0.99% 0.78% -
XYZ 25.4 15.81 1.77 -
YUV 97.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 199 64 2 0 0.68 0.99 0.22 18.88 0.98 0.39
Hex C7 40 2 0 44 63 16 13 62 27
Octal 307 100 2 0 104 143 26 23 142 47
Binary 11000111 1000000 10 0 1000100 1100011 10110 10011 1100010 100111

Color Harmonies of #C74002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74002

Black with #C74002

Text Example


Text Example

White with #C74002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74002; }

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

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

background-color css

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

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

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

border-color css

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

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

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