Html Css Color HEX #C2471D Rust

📋 copy color: '#C2471D'

red 194 ◦ green 71 ◦ blue 29

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

Shades of Rust #C2471D

Tints of Rust #C2471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 65.99%
G = 24.15%
B = 9.86%

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

#C2471D (or 0xC2471D) is known color: Rust. HEX triplet: C2, 47 and 1D. RGB value is (194,71,29). Sum of RGB (Red+Green+Blue) = 194+71+29=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2471D is #3DB8E2. Grayscale: #676767. Windows color (decimal): -4045027 or 1918914. OLE color: 1918914.

HSL color Cylindrical-coordinate representation of color #C2471D: hue angle of 15.27º degrees, saturation: 0.74, 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 #C2471D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 29 -
CMYK 0 0.63 0.85 0.24
HSL 15.27º 0.74% 0.44% -
HSV(B) 15.27º 0.85% 0.76% -
XYZ 24.72 16.06 2.96 -
YUV 102.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 194 71 29 0 0.63 0.85 0.24 15.27 0.74 0.44
Hex C2 47 1D 0 3F 55 18 F 4A 2C
Octal 302 107 35 0 77 125 30 17 112 54
Binary 11000010 1000111 11101 0 111111 1010101 11000 1111 1001010 101100

Color Harmonies of #C2471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2471D

Black with #C2471D

Text Example


Text Example

White with #C2471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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