Html Css Color HEX #C74302 Rust

📋 copy color: '#C74302'

red 199 ◦ green 67 ◦ blue 2

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

Shades of Rust #C74302

Tints of Rust #C74302

RGB

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

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

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

R = 74.25%
G = 25%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74302 (or 0xC74302) is known color: Rust. HEX triplet: C7, 43 and 02. RGB value is (199,67,2). Sum of RGB (Red+Green+Blue) = 199+67+2=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C74302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74302 is #38BCFD. Grayscale: #636363. Windows color (decimal): -3718398 or 148423. OLE color: 148423.

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

Color convert

RGB 199 67 2 -
CMYK 0 0.66 0.99 0.22
HSL 19.8º 0.98% 0.39% -
HSV(B) 19.8º 0.99% 0.78% -
XYZ 25.57 16.16 1.83 -
YUV 99.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 199 67 2 0 0.66 0.99 0.22 19.8 0.98 0.39
Hex C7 43 2 0 42 63 16 14 62 27
Octal 307 103 2 0 102 143 26 24 142 47
Binary 11000111 1000011 10 0 1000010 1100011 10110 10100 1100010 100111

Color Harmonies of #C74302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74302

Black with #C74302

Text Example


Text Example

White with #C74302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74302; }

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

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

background-color css

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

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

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

border-color css

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

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

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