Html Css Color HEX #C2471E Rust

📋 copy color: '#C2471E'

red 194 ◦ green 71 ◦ blue 30

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

Shades of Rust #C2471E

Tints of Rust #C2471E

RGB

 RED value IS 194 (76.17% from 255) = 65.76%

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

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 65.76%
G = 24.07%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2471E (or 0xC2471E) is known color: Rust. HEX triplet: C2, 47 and 1E. RGB value is (194,71,30). Sum of RGB (Red+Green+Blue) = 194+71+30=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2471E is #3DB8E1. Grayscale: #676767. Windows color (decimal): -4045026 or 1984450. OLE color: 1984450.

HSL color Cylindrical-coordinate representation of color #C2471E: hue angle of 15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2471E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 30 -
CMYK 0 0.63 0.85 0.24
HSL 15º 0.73% 0.44% -
HSV(B) 15º 0.85% 0.76% -
XYZ 24.74 16.07 3.03 -
YUV 103.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 194 71 30 0 0.63 0.85 0.24 15 0.73 0.44
Hex C2 47 1E 0 3F 55 18 F 49 2C
Octal 302 107 36 0 77 125 30 17 111 54
Binary 11000010 1000111 11110 0 111111 1010101 11000 1111 1001001 101100

Color Harmonies of #C2471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2471E

Black with #C2471E

Text Example


Text Example

White with #C2471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2471E; }

 p { color: rgb(194,71,30); }

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

background-color css

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

 a { background-color: rgb(194,71,30); }

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

border-color css

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

 span { border-color: rgb(194,71,30); }

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