Html Css Color HEX #C2491B Rust

📋 copy color: '#C2491B'

red 194 ◦ green 73 ◦ blue 27

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

Shades of Rust #C2491B

Tints of Rust #C2491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 65.99%
G = 24.83%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2491B (or 0xC2491B) is known color: Rust. HEX triplet: C2, 49 and 1B. RGB value is (194,73,27). Sum of RGB (Red+Green+Blue) = 194+73+27=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2491B is #3DB6E4. Grayscale: #686868. Windows color (decimal): -4044517 or 1788354. OLE color: 1788354.

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

Color convert

RGB 194 73 27 -
CMYK 0 0.62 0.86 0.24
HSL 16.53º 0.76% 0.43% -
HSV(B) 16.53º 0.86% 0.76% -
XYZ 24.83 16.31 2.88 -
YUV 103.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 194 73 27 0 0.62 0.86 0.24 16.53 0.76 0.43
Hex C2 49 1B 0 3E 56 18 11 4C 2B
Octal 302 111 33 0 76 126 30 21 114 53
Binary 11000010 1001001 11011 0 111110 1010110 11000 10001 1001100 101011

Color Harmonies of #C2491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2491B

Black with #C2491B

Text Example


Text Example

White with #C2491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2491B; }

 p { color: rgb(194,73,27); }

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

background-color css

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

 a { background-color: rgb(194,73,27); }

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

border-color css

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

 span { border-color: rgb(194,73,27); }

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