Html Css Color HEX #C4541A Rust

📋 copy color: '#C4541A'

red 196 ◦ green 84 ◦ blue 26

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

Shades of Rust #C4541A

Tints of Rust #C4541A

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

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

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

R = 64.05%
G = 27.45%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4541A (or 0xC4541A) is known color: Rust. HEX triplet: C4, 54 and 1A. RGB value is (196,84,26). Sum of RGB (Red+Green+Blue) = 196+84+26=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4541A is #3BABE5. Grayscale: #6F6F6F. Windows color (decimal): -3910630 or 1725636. OLE color: 1725636.

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

Color convert

RGB 196 84 26 -
CMYK 0 0.57 0.87 0.23
HSL 20.47º 0.77% 0.44% -
HSV(B) 20.47º 0.87% 0.77% -
XYZ 26.12 18.15 3.1 -
YUV 110.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 196 84 26 0 0.57 0.87 0.23 20.47 0.77 0.44
Hex C4 54 1A 0 39 57 17 14 4D 2C
Octal 304 124 32 0 71 127 27 24 115 54
Binary 11000100 1010100 11010 0 111001 1010111 10111 10100 1001101 101100

Color Harmonies of #C4541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4541A

Black with #C4541A

Text Example


Text Example

White with #C4541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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