Html Css Color HEX #C2471B Rust

📋 copy color: '#C2471B'

red 194 ◦ green 71 ◦ blue 27

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

Shades of Rust #C2471B

Tints of Rust #C2471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 66.44%
G = 24.32%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2471B (or 0xC2471B) is known color: Rust. HEX triplet: C2, 47 and 1B. RGB value is (194,71,27). Sum of RGB (Red+Green+Blue) = 194+71+27=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2471B is #3DB8E4. Grayscale: #676767. Windows color (decimal): -4045029 or 1787842. OLE color: 1787842.

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

Color convert

RGB 194 71 27 -
CMYK 0 0.63 0.86 0.24
HSL 15.81º 0.76% 0.43% -
HSV(B) 15.81º 0.86% 0.76% -
XYZ 24.7 16.05 2.83 -
YUV 102.76 85.25 193.08 -
System Red Green Blue C M Y K H S L
Decimal 194 71 27 0 0.63 0.86 0.24 15.81 0.76 0.43
Hex C2 47 1B 0 3F 56 18 10 4C 2B
Octal 302 107 33 0 77 126 30 20 114 53
Binary 11000010 1000111 11011 0 111111 1010110 11000 10000 1001100 101011

Color Harmonies of #C2471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2471B

Black with #C2471B

Text Example


Text Example

White with #C2471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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