Html Css Color HEX #C2431C Rust

📋 copy color: '#C2431C'

red 194 ◦ green 67 ◦ blue 28

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

Shades of Rust #C2431C

Tints of Rust #C2431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 67.13%
G = 23.18%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2431C (or 0xC2431C) is known color: Rust. HEX triplet: C2, 43 and 1C. RGB value is (194,67,28). Sum of RGB (Red+Green+Blue) = 194+67+28=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2431C is #3DBCE3. Grayscale: #646464. Windows color (decimal): -4046052 or 1852354. OLE color: 1852354.

HSL color Cylindrical-coordinate representation of color #C2431C: hue angle of 14.1º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2431C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 28 -
CMYK 0 0.65 0.86 0.24
HSL 14.1º 0.75% 0.44% -
HSV(B) 14.1º 0.86% 0.76% -
XYZ 24.46 15.57 2.81 -
YUV 100.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 194 67 28 0 0.65 0.86 0.24 14.1 0.75 0.44
Hex C2 43 1C 0 41 56 18 E 4B 2C
Octal 302 103 34 0 101 126 30 16 113 54
Binary 11000010 1000011 11100 0 1000001 1010110 11000 1110 1001011 101100

Color Harmonies of #C2431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2431C

Black with #C2431C

Text Example


Text Example

White with #C2431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2431C; }

 p { color: rgb(194,67,28); }

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

background-color css

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

 a { background-color: rgb(194,67,28); }

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

border-color css

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

 span { border-color: rgb(194,67,28); }

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