Html Css Color HEX #C24214 Rust

📋 copy color: '#C24214'

red 194 ◦ green 66 ◦ blue 20

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

Shades of Rust #C24214

Tints of Rust #C24214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 69.29%
G = 23.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C24214 (or 0xC24214) is known color: Rust. HEX triplet: C2, 42 and 14. RGB value is (194,66,20). Sum of RGB (Red+Green+Blue) = 194+66+20=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24214 is #3DBDEB. Grayscale: #636363. Windows color (decimal): -4046316 or 1327810. OLE color: 1327810.

HSL color Cylindrical-coordinate representation of color #C24214: hue angle of 15.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C24214 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 20 -
CMYK 0 0.66 0.90 0.24
HSL 15.86º 0.81% 0.42% -
HSV(B) 15.86º 0.9% 0.76% -
XYZ 24.32 15.42 2.36 -
YUV 99.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 194 66 20 0 0.66 0.90 0.24 15.86 0.81 0.42
Hex C2 42 14 0 42 5A 18 10 51 2A
Octal 302 102 24 0 102 132 30 20 121 52
Binary 11000010 1000010 10100 0 1000010 1011010 11000 10000 1010001 101010

Color Harmonies of #C24214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24214

Black with #C24214

Text Example


Text Example

White with #C24214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24214; }

 p { color: rgb(194,66,20); }

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

background-color css

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

 a { background-color: rgb(194,66,20); }

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

border-color css

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

 span { border-color: rgb(194,66,20); }

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