Html Css Color HEX #C24500 Rust

📋 copy color: '#C24500'

red 194 ◦ green 69 ◦ blue 0

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

Shades of Rust #C24500

Tints of Rust #C24500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.76%
G = 26.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C24500 (or 0xC24500) is known color: Rust. HEX triplet: C2, 45 and 00. RGB value is (194,69,0). Sum of RGB (Red+Green+Blue) = 194+69+0=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C24500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24500 is #3DBAFF. Grayscale: #626262. Windows color (decimal): -4045568 or 17858. OLE color: 17858.

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

Color convert

RGB 194 69 0 -
CMYK 0 0.64 1 0.24
HSL 21.34º 1% 0.38% -
HSV(B) 21.34º 1% 0.76% -
XYZ 24.38 15.73 1.75 -
YUV 98.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 194 69 0 0 0.64 1 0.24 21.34 1 0.38
Hex C2 45 0 0 40 64 18 15 64 26
Octal 302 105 0 0 100 144 30 25 144 46
Binary 11000010 1000101 0 0 1000000 1100100 11000 10101 1100100 100110

Color Harmonies of #C24500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24500

Black with #C24500

Text Example


Text Example

White with #C24500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24500; }

 p { color: rgb(194,69,0); }

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

background-color css

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

 a { background-color: rgb(194,69,0); }

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

border-color css

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

 span { border-color: rgb(194,69,0); }

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