Html Css Color HEX #C24600 Rust

📋 copy color: '#C24600'

red 194 ◦ green 70 ◦ blue 0

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

Shades of Rust #C24600

Tints of Rust #C24600

RGB

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

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

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

R = 73.48%
G = 26.52%
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

#C24600 (or 0xC24600) is known color: Rust. HEX triplet: C2, 46 and 00. RGB value is (194,70,0). Sum of RGB (Red+Green+Blue) = 194+70+0=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C24600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24600 is #3DB9FF. Grayscale: #636363. Windows color (decimal): -4045312 or 18114. OLE color: 18114.

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

Color convert

RGB 194 70 0 -
CMYK 0 0.64 1 0.24
HSL 21.65º 1% 0.38% -
HSV(B) 21.65º 1% 0.76% -
XYZ 24.44 15.85 1.77 -
YUV 99.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 194 70 0 0 0.64 1 0.24 21.65 1 0.38
Hex C2 46 0 0 40 64 18 16 64 26
Octal 302 106 0 0 100 144 30 26 144 46
Binary 11000010 1000110 0 0 1000000 1100100 11000 10110 1100100 100110

Color Harmonies of #C24600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24600

Black with #C24600

Text Example


Text Example

White with #C24600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24600; }

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

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

background-color css

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

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

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

border-color css

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

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

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