Html Css Color HEX #C2541A Rust

📋 copy color: '#C2541A'

red 194 ◦ green 84 ◦ blue 26

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

Shades of Rust #C2541A

Tints of Rust #C2541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 63.82%
G = 27.63%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2541A (or 0xC2541A) is known color: Rust. HEX triplet: C2, 54 and 1A. RGB value is (194,84,26). Sum of RGB (Red+Green+Blue) = 194+84+26=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2541A is #3DABE5. Grayscale: #6E6E6E. Windows color (decimal): -4041702 or 1725634. OLE color: 1725634.

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

Color convert

RGB 194 84 26 -
CMYK 0 0.57 0.87 0.24
HSL 20.71º 0.76% 0.43% -
HSV(B) 20.71º 0.87% 0.76% -
XYZ 25.6 17.88 3.08 -
YUV 110.28 80.44 187.72 -
System Red Green Blue C M Y K H S L
Decimal 194 84 26 0 0.57 0.87 0.24 20.71 0.76 0.43
Hex C2 54 1A 0 39 57 18 15 4C 2B
Octal 302 124 32 0 71 127 30 25 114 53
Binary 11000010 1010100 11010 0 111001 1010111 11000 10101 1001100 101011

Color Harmonies of #C2541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2541A

Black with #C2541A

Text Example


Text Example

White with #C2541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2541A; }

 p { color: rgb(194,84,26); }

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

background-color css

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

 a { background-color: rgb(194,84,26); }

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

border-color css

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

 span { border-color: rgb(194,84,26); }

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