Html Css Color HEX #C3541A Rust

📋 copy color: '#C3541A'

red 195 ◦ green 84 ◦ blue 26

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

Shades of Rust #C3541A

Tints of Rust #C3541A

RGB

 RED value IS 195 (76.56% from 255) = 63.93%

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

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

R = 63.93%
G = 27.54%
B = 8.52%

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

#C3541A (or 0xC3541A) is known color: Rust. HEX triplet: C3, 54 and 1A. RGB value is (195,84,26). Sum of RGB (Red+Green+Blue) = 195+84+26=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3541A is #3CABE5. Grayscale: #6E6E6E. Windows color (decimal): -3976166 or 1725635. OLE color: 1725635.

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

Color convert

RGB 195 84 26 -
CMYK 0 0.57 0.87 0.24
HSL 20.59º 0.76% 0.43% -
HSV(B) 20.59º 0.87% 0.76% -
XYZ 25.86 18.02 3.09 -
YUV 110.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 195 84 26 0 0.57 0.87 0.24 20.59 0.76 0.43
Hex C3 54 1A 0 39 57 18 15 4C 2B
Octal 303 124 32 0 71 127 30 25 114 53
Binary 11000011 1010100 11010 0 111001 1010111 11000 10101 1001100 101011

Color Harmonies of #C3541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3541A

Black with #C3541A

Text Example


Text Example

White with #C3541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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