Html Css Color HEX #C24000 Rust

📋 copy color: '#C24000'

red 194 ◦ green 64 ◦ blue 0

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

Shades of Rust #C24000

Tints of Rust #C24000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 75.19%
G = 24.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C24000 (or 0xC24000) is known color: Rust. HEX triplet: C2, 40 and 00. RGB value is (194,64,0). Sum of RGB (Red+Green+Blue) = 194+64+0=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C24000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24000 is #3DBFFF. Grayscale: #5F5F5F. Windows color (decimal): -4046848 or 16578. OLE color: 16578.

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

Color convert

RGB 194 64 0 -
CMYK 0 0.67 1 0.24
HSL 19.79º 1% 0.38% -
HSV(B) 19.79º 1% 0.76% -
XYZ 24.08 15.14 1.65 -
YUV 95.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 194 64 0 0 0.67 1 0.24 19.79 1 0.38
Hex C2 40 0 0 43 64 18 14 64 26
Octal 302 100 0 0 103 144 30 24 144 46
Binary 11000010 1000000 0 0 1000011 1100100 11000 10100 1100100 100110

Color Harmonies of #C24000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24000

Black with #C24000

Text Example


Text Example

White with #C24000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24000; }

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

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

background-color css

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

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

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

border-color css

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

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

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