Html Css Color HEX #C2461C Rust

📋 copy color: '#C2461C'

red 194 ◦ green 70 ◦ blue 28

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

Shades of Rust #C2461C

Tints of Rust #C2461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 66.44%
G = 23.97%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2461C (or 0xC2461C) is known color: Rust. HEX triplet: C2, 46 and 1C. RGB value is (194,70,28). Sum of RGB (Red+Green+Blue) = 194+70+28=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2461C is #3DB9E3. Grayscale: #666666. Windows color (decimal): -4045284 or 1853122. OLE color: 1853122.

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

Color convert

RGB 194 70 28 -
CMYK 0 0.64 0.86 0.24
HSL 15.18º 0.75% 0.44% -
HSV(B) 15.18º 0.86% 0.76% -
XYZ 24.65 15.93 2.87 -
YUV 102.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 194 70 28 0 0.64 0.86 0.24 15.18 0.75 0.44
Hex C2 46 1C 0 40 56 18 F 4B 2C
Octal 302 106 34 0 100 126 30 17 113 54
Binary 11000010 1000110 11100 0 1000000 1010110 11000 1111 1001011 101100

Color Harmonies of #C2461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2461C

Black with #C2461C

Text Example


Text Example

White with #C2461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2461C; }

 p { color: rgb(194,70,28); }

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

background-color css

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

 a { background-color: rgb(194,70,28); }

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

border-color css

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

 span { border-color: rgb(194,70,28); }

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