Html Css Color HEX #C24300 Rust

📋 copy color: '#C24300'

red 194 ◦ green 67 ◦ blue 0

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

Shades of Rust #C24300

Tints of Rust #C24300

RGB

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

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

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

R = 74.33%
G = 25.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C24300 (or 0xC24300) is known color: Rust. HEX triplet: C2, 43 and 00. RGB value is (194,67,0). Sum of RGB (Red+Green+Blue) = 194+67+0=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C24300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24300 is #3DBCFF. Grayscale: #616161. Windows color (decimal): -4046080 or 17346. OLE color: 17346.

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

Color convert

RGB 194 67 0 -
CMYK 0 0.65 1 0.24
HSL 20.72º 1% 0.38% -
HSV(B) 20.72º 1% 0.76% -
XYZ 24.26 15.48 1.71 -
YUV 97.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 194 67 0 0 0.65 1 0.24 20.72 1 0.38
Hex C2 43 0 0 41 64 18 15 64 26
Octal 302 103 0 0 101 144 30 25 144 46
Binary 11000010 1000011 0 0 1000001 1100100 11000 10101 1100100 100110

Color Harmonies of #C24300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24300

Black with #C24300

Text Example


Text Example

White with #C24300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24300; }

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

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

background-color css

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

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

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

border-color css

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

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

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