Html Css Color HEX #C25212 Rust

📋 copy color: '#C25212'

red 194 ◦ green 82 ◦ blue 18

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

Shades of Rust #C25212

Tints of Rust #C25212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 65.99%
G = 27.89%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25212 (or 0xC25212) is known color: Rust. HEX triplet: C2, 52 and 12. RGB value is (194,82,18). Sum of RGB (Red+Green+Blue) = 194+82+18=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C25212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25212 is #3DADED. Grayscale: #6C6C6C. Windows color (decimal): -4042222 or 1200834. OLE color: 1200834.

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

Color convert

RGB 194 82 18 -
CMYK 0 0.58 0.91 0.24
HSL 21.82º 0.83% 0.42% -
HSV(B) 21.82º 0.91% 0.76% -
XYZ 25.37 17.55 2.62 -
YUV 108.19 77.11 189.2 -
System Red Green Blue C M Y K H S L
Decimal 194 82 18 0 0.58 0.91 0.24 21.82 0.83 0.42
Hex C2 52 12 0 3A 5B 18 16 53 2A
Octal 302 122 22 0 72 133 30 26 123 52
Binary 11000010 1010010 10010 0 111010 1011011 11000 10110 1010011 101010

Color Harmonies of #C25212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25212

Black with #C25212

Text Example


Text Example

White with #C25212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25212; }

 p { color: rgb(194,82,18); }

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

background-color css

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

 a { background-color: rgb(194,82,18); }

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

border-color css

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

 span { border-color: rgb(194,82,18); }

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