Html Css Color HEX #C7521A Rust

📋 copy color: '#C7521A'

red 199 ◦ green 82 ◦ blue 26

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

Shades of Rust #C7521A

Tints of Rust #C7521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 64.82%
G = 26.71%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7521A (or 0xC7521A) is known color: Rust. HEX triplet: C7, 52 and 1A. RGB value is (199,82,26). Sum of RGB (Red+Green+Blue) = 199+82+26=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7521A is #38ADE5. Grayscale: #6E6E6E. Windows color (decimal): -3714534 or 1725127. OLE color: 1725127.

HSL color Cylindrical-coordinate representation of color #C7521A: hue angle of 19.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7521A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 26 -
CMYK 0 0.59 0.87 0.22
HSL 19.42º 0.77% 0.44% -
HSV(B) 19.42º 0.87% 0.78% -
XYZ 26.76 18.25 3.09 -
YUV 110.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 199 82 26 0 0.59 0.87 0.22 19.42 0.77 0.44
Hex C7 52 1A 0 3B 57 16 13 4D 2C
Octal 307 122 32 0 73 127 26 23 115 54
Binary 11000111 1010010 11010 0 111011 1010111 10110 10011 1001101 101100

Color Harmonies of #C7521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7521A

Black with #C7521A

Text Example


Text Example

White with #C7521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7521A; }

 p { color: rgb(199,82,26); }

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

background-color css

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

 a { background-color: rgb(199,82,26); }

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

border-color css

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

 span { border-color: rgb(199,82,26); }

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