Html Css Color HEX #C24B11 Rust

📋 copy color: '#C24B11'

red 194 ◦ green 75 ◦ blue 17

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

Shades of Rust #C24B11

Tints of Rust #C24B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

 BLUE value IS 17 (7.03% from 255) = 5.94%

R = 67.83%
G = 26.22%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24B11 (or 0xC24B11) is known color: Rust. HEX triplet: C2, 4B and 11. RGB value is (194,75,17). Sum of RGB (Red+Green+Blue) = 194+75+17=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B11 is #3DB4EE. Grayscale: #686868. Windows color (decimal): -4044015 or 1133506. OLE color: 1133506.

HSL color Cylindrical-coordinate representation of color #C24B11: hue angle of 19.66º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C24B11 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 75 17 -
CMYK 0 0.61 0.91 0.24
HSL 19.66º 0.84% 0.41% -
HSV(B) 19.66º 0.91% 0.76% -
XYZ 24.87 16.54 2.41 -
YUV 103.97 78.92 192.22 -
System Red Green Blue C M Y K H S L
Decimal 194 75 17 0 0.61 0.91 0.24 19.66 0.84 0.41
Hex C2 4B 11 0 3D 5B 18 14 54 29
Octal 302 113 21 0 75 133 30 24 124 51
Binary 11000010 1001011 10001 0 111101 1011011 11000 10100 1010100 101001

Color Harmonies of #C24B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B11

Black with #C24B11

Text Example


Text Example

White with #C24B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B11; }

 p { color: rgb(194,75,17); }

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

background-color css

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

 a { background-color: rgb(194,75,17); }

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

border-color css

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

 span { border-color: rgb(194,75,17); }

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