Html Css Color HEX #C74305 Rust

📋 copy color: '#C74305'

red 199 ◦ green 67 ◦ blue 5

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

Shades of Rust #C74305

Tints of Rust #C74305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 73.43%
G = 24.72%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74305 (or 0xC74305) is known color: Rust. HEX triplet: C7, 43 and 05. RGB value is (199,67,5). Sum of RGB (Red+Green+Blue) = 199+67+5=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C74305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74305 is #38BCFA. Grayscale: #636363. Windows color (decimal): -3718395 or 345031. OLE color: 345031.

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

Color convert

RGB 199 67 5 -
CMYK 0 0.66 0.97 0.22
HSL 19.18º 0.95% 0.4% -
HSV(B) 19.18º 0.97% 0.78% -
XYZ 25.59 16.17 1.92 -
YUV 99.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 199 67 5 0 0.66 0.97 0.22 19.18 0.95 0.4
Hex C7 43 5 0 42 61 16 13 5F 28
Octal 307 103 5 0 102 141 26 23 137 50
Binary 11000111 1000011 101 0 1000010 1100001 10110 10011 1011111 101000

Color Harmonies of #C74305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74305

Black with #C74305

Text Example


Text Example

White with #C74305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74305; }

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

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

background-color css

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

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

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

border-color css

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

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

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