Html Css Color HEX #C3531A Rust

📋 copy color: '#C3531A'

red 195 ◦ green 83 ◦ blue 26

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

Shades of Rust #C3531A

Tints of Rust #C3531A

RGB

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

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

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

R = 64.14%
G = 27.3%
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

#C3531A (or 0xC3531A) is known color: Rust. HEX triplet: C3, 53 and 1A. RGB value is (195,83,26). Sum of RGB (Red+Green+Blue) = 195+83+26=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3531A is #3CACE5. Grayscale: #6E6E6E. Windows color (decimal): -3976422 or 1725379. OLE color: 1725379.

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

Color convert

RGB 195 83 26 -
CMYK 0 0.57 0.87 0.24
HSL 20.24º 0.76% 0.43% -
HSV(B) 20.24º 0.87% 0.76% -
XYZ 25.79 17.86 3.07 -
YUV 109.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 195 83 26 0 0.57 0.87 0.24 20.24 0.76 0.43
Hex C3 53 1A 0 39 57 18 14 4C 2B
Octal 303 123 32 0 71 127 30 24 114 53
Binary 11000011 1010011 11010 0 111001 1010111 11000 10100 1001100 101011

Color Harmonies of #C3531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3531A

Black with #C3531A

Text Example


Text Example

White with #C3531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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