Html Css Color HEX #C24310 Rust

📋 copy color: '#C24310'

red 194 ◦ green 67 ◦ blue 16

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

Shades of Rust #C24310

Tints of Rust #C24310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 70.04%
G = 24.19%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C24310 (or 0xC24310) is known color: Rust. HEX triplet: C2, 43 and 10. RGB value is (194,67,16). Sum of RGB (Red+Green+Blue) = 194+67+16=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24310 is #3DBCEF. Grayscale: #636363. Windows color (decimal): -4046064 or 1065922. OLE color: 1065922.

HSL color Cylindrical-coordinate representation of color #C24310: hue angle of 17.19º 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 #C24310 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 16 -
CMYK 0 0.65 0.92 0.24
HSL 17.19º 0.85% 0.41% -
HSV(B) 17.19º 0.92% 0.76% -
XYZ 24.35 15.52 2.2 -
YUV 99.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 194 67 16 0 0.65 0.92 0.24 17.19 0.85 0.41
Hex C2 43 10 0 41 5C 18 11 55 29
Octal 302 103 20 0 101 134 30 21 125 51
Binary 11000010 1000011 10000 0 1000001 1011100 11000 10001 1010101 101001

Color Harmonies of #C24310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24310

Black with #C24310

Text Example


Text Example

White with #C24310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24310; }

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

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

background-color css

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

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

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

border-color css

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

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

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