Html Css Color HEX #C2471A Rust

📋 copy color: '#C2471A'

red 194 ◦ green 71 ◦ blue 26

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

Shades of Rust #C2471A

Tints of Rust #C2471A

RGB

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

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

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

R = 66.67%
G = 24.4%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2471A (or 0xC2471A) is known color: Rust. HEX triplet: C2, 47 and 1A. RGB value is (194,71,26). Sum of RGB (Red+Green+Blue) = 194+71+26=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2471A is #3DB8E5. Grayscale: #666666. Windows color (decimal): -4045030 or 1722306. OLE color: 1722306.

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

Color convert

RGB 194 71 26 -
CMYK 0 0.63 0.87 0.24
HSL 16.07º 0.76% 0.43% -
HSV(B) 16.07º 0.87% 0.76% -
XYZ 24.69 16.05 2.77 -
YUV 102.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 194 71 26 0 0.63 0.87 0.24 16.07 0.76 0.43
Hex C2 47 1A 0 3F 57 18 10 4C 2B
Octal 302 107 32 0 77 127 30 20 114 53
Binary 11000010 1000111 11010 0 111111 1010111 11000 10000 1001100 101011

Color Harmonies of #C2471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2471A

Black with #C2471A

Text Example


Text Example

White with #C2471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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