Html Css Color HEX #C24503 Rust

📋 copy color: '#C24503'

red 194 ◦ green 69 ◦ blue 3

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

Shades of Rust #C24503

Tints of Rust #C24503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 72.93%
G = 25.94%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24503 (or 0xC24503) is known color: Rust. HEX triplet: C2, 45 and 03. RGB value is (194,69,3). Sum of RGB (Red+Green+Blue) = 194+69+3=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C24503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24503 is #3DBAFC. Grayscale: #636363. Windows color (decimal): -4045565 or 214466. OLE color: 214466.

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

Color convert

RGB 194 69 3 -
CMYK 0 0.64 0.98 0.24
HSL 20.73º 0.97% 0.39% -
HSV(B) 20.73º 0.98% 0.76% -
XYZ 24.39 15.73 1.84 -
YUV 98.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 194 69 3 0 0.64 0.98 0.24 20.73 0.97 0.39
Hex C2 45 3 0 40 62 18 15 61 27
Octal 302 105 3 0 100 142 30 25 141 47
Binary 11000010 1000101 11 0 1000000 1100010 11000 10101 1100001 100111

Color Harmonies of #C24503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24503

Black with #C24503

Text Example


Text Example

White with #C24503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24503; }

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

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

background-color css

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

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

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

border-color css

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

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

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