Html Css Color HEX #C7471A Rust

📋 copy color: '#C7471A'

red 199 ◦ green 71 ◦ blue 26

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

Shades of Rust #C7471A

Tints of Rust #C7471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 67.23%
G = 23.99%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7471A (or 0xC7471A) is known color: Rust. HEX triplet: C7, 47 and 1A. RGB value is (199,71,26). Sum of RGB (Red+Green+Blue) = 199+71+26=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7471A is #38B8E5. Grayscale: #686868. Windows color (decimal): -3717350 or 1722311. OLE color: 1722311.

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

Color convert

RGB 199 71 26 -
CMYK 0 0.64 0.87 0.22
HSL 15.61º 0.77% 0.44% -
HSV(B) 15.61º 0.87% 0.78% -
XYZ 25.99 16.72 2.84 -
YUV 104.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 199 71 26 0 0.64 0.87 0.22 15.61 0.77 0.44
Hex C7 47 1A 0 40 57 16 10 4D 2C
Octal 307 107 32 0 100 127 26 20 115 54
Binary 11000111 1000111 11010 0 1000000 1010111 10110 10000 1001101 101100

Color Harmonies of #C7471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7471A

Black with #C7471A

Text Example


Text Example

White with #C7471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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