Html Css Color HEX #C25013 Rust

📋 copy color: '#C25013'

red 194 ◦ green 80 ◦ blue 19

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

Shades of Rust #C25013

Tints of Rust #C25013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 66.21%
G = 27.3%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25013 (or 0xC25013) is known color: Rust. HEX triplet: C2, 50 and 13. RGB value is (194,80,19). Sum of RGB (Red+Green+Blue) = 194+80+19=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C25013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25013 is #3DAFEC. Grayscale: #6B6B6B. Windows color (decimal): -4042733 or 1265858. OLE color: 1265858.

HSL color Cylindrical-coordinate representation of color #C25013: hue angle of 20.91º degrees, saturation: 0.82, 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 #C25013 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 19 -
CMYK 0 0.59 0.90 0.24
HSL 20.91º 0.82% 0.42% -
HSV(B) 20.91º 0.9% 0.76% -
XYZ 25.23 17.25 2.62 -
YUV 107.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 194 80 19 0 0.59 0.90 0.24 20.91 0.82 0.42
Hex C2 50 13 0 3B 5A 18 15 52 2A
Octal 302 120 23 0 73 132 30 25 122 52
Binary 11000010 1010000 10011 0 111011 1011010 11000 10101 1010010 101010

Color Harmonies of #C25013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25013

Black with #C25013

Text Example


Text Example

White with #C25013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25013; }

 p { color: rgb(194,80,19); }

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

background-color css

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

 a { background-color: rgb(194,80,19); }

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

border-color css

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

 span { border-color: rgb(194,80,19); }

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