Html Css Color HEX #C4531B Rust

📋 copy color: '#C4531B'

red 196 ◦ green 83 ◦ blue 27

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

Shades of Rust #C4531B

Tints of Rust #C4531B

RGB

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

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

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

R = 64.05%
G = 27.12%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4531B (or 0xC4531B) is known color: Rust. HEX triplet: C4, 53 and 1B. RGB value is (196,83,27). Sum of RGB (Red+Green+Blue) = 196+83+27=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4531B is #3BACE4. Grayscale: #6E6E6E. Windows color (decimal): -3910885 or 1790916. OLE color: 1790916.

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

Color convert

RGB 196 83 27 -
CMYK 0 0.58 0.86 0.23
HSL 19.88º 0.76% 0.44% -
HSV(B) 19.88º 0.86% 0.77% -
XYZ 26.06 18 3.14 -
YUV 110.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 196 83 27 0 0.58 0.86 0.23 19.88 0.76 0.44
Hex C4 53 1B 0 3A 56 17 14 4C 2C
Octal 304 123 33 0 72 126 27 24 114 54
Binary 11000100 1010011 11011 0 111010 1010110 10111 10100 1001100 101100

Color Harmonies of #C4531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4531B

Black with #C4531B

Text Example


Text Example

White with #C4531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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