Html Css Color HEX #C24610 Rust

📋 copy color: '#C24610'

red 194 ◦ green 70 ◦ blue 16

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

Shades of Rust #C24610

Tints of Rust #C24610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 69.29%
G = 25%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C24610 (or 0xC24610) is known color: Rust. HEX triplet: C2, 46 and 10. RGB value is (194,70,16). Sum of RGB (Red+Green+Blue) = 194+70+16=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24610 is #3DB9EF. Grayscale: #656565. Windows color (decimal): -4045296 or 1066690. OLE color: 1066690.

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

Color convert

RGB 194 70 16 -
CMYK 0 0.64 0.92 0.24
HSL 18.2º 0.85% 0.41% -
HSV(B) 18.2º 0.92% 0.76% -
XYZ 24.53 15.89 2.26 -
YUV 100.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 194 70 16 0 0.64 0.92 0.24 18.2 0.85 0.41
Hex C2 46 10 0 40 5C 18 12 55 29
Octal 302 106 20 0 100 134 30 22 125 51
Binary 11000010 1000110 10000 0 1000000 1011100 11000 10010 1010101 101001

Color Harmonies of #C24610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24610

Black with #C24610

Text Example


Text Example

White with #C24610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24610; }

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

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

background-color css

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

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

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

border-color css

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

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

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