Html Css Color HEX #C2531B Rust

📋 copy color: '#C2531B'

red 194 ◦ green 83 ◦ blue 27

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

Shades of Rust #C2531B

Tints of Rust #C2531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 63.82%
G = 27.3%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2531B (or 0xC2531B) is known color: Rust. HEX triplet: C2, 53 and 1B. RGB value is (194,83,27). Sum of RGB (Red+Green+Blue) = 194+83+27=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2531B is #3DACE4. Grayscale: #6E6E6E. Windows color (decimal): -4041957 or 1790914. OLE color: 1790914.

HSL color Cylindrical-coordinate representation of color #C2531B: hue angle of 20.12º 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 #C2531B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 27 -
CMYK 0 0.57 0.86 0.24
HSL 20.12º 0.76% 0.43% -
HSV(B) 20.12º 0.86% 0.76% -
XYZ 25.54 17.73 3.11 -
YUV 109.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 194 83 27 0 0.57 0.86 0.24 20.12 0.76 0.43
Hex C2 53 1B 0 39 56 18 14 4C 2B
Octal 302 123 33 0 71 126 30 24 114 53
Binary 11000010 1010011 11011 0 111001 1010110 11000 10100 1001100 101011

Color Harmonies of #C2531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2531B

Black with #C2531B

Text Example


Text Example

White with #C2531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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