Html Css Color HEX #C2470D Rust

📋 copy color: '#C2470D'

red 194 ◦ green 71 ◦ blue 13

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

Shades of Rust #C2470D

Tints of Rust #C2470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 69.78%
G = 25.54%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2470D (or 0xC2470D) is known color: Rust. HEX triplet: C2, 47 and 0D. RGB value is (194,71,13). Sum of RGB (Red+Green+Blue) = 194+71+13=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2470D is #3DB8F2. Grayscale: #656565. Windows color (decimal): -4045043 or 870338. OLE color: 870338.

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

Color convert

RGB 194 71 13 -
CMYK 0 0.63 0.93 0.24
HSL 19.23º 0.87% 0.41% -
HSV(B) 19.23º 0.93% 0.76% -
XYZ 24.57 16 2.17 -
YUV 101.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 194 71 13 0 0.63 0.93 0.24 19.23 0.87 0.41
Hex C2 47 D 0 3F 5D 18 13 57 29
Octal 302 107 15 0 77 135 30 23 127 51
Binary 11000010 1000111 1101 0 111111 1011101 11000 10011 1010111 101001

Color Harmonies of #C2470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2470D

Black with #C2470D

Text Example


Text Example

White with #C2470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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