Html Css Color HEX #C0531A Rust

📋 copy color: '#C0531A'

red 192 ◦ green 83 ◦ blue 26

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

Shades of Rust #C0531A

Tints of Rust #C0531A

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

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

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

R = 63.79%
G = 27.57%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0531A (or 0xC0531A) is known color: Rust. HEX triplet: C0, 53 and 1A. RGB value is (192,83,26). Sum of RGB (Red+Green+Blue) = 192+83+26=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0531A is #3FACE5. Grayscale: #6D6D6D. Windows color (decimal): -4173030 or 1725376. OLE color: 1725376.

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

Color convert

RGB 192 83 26 -
CMYK 0 0.57 0.86 0.25
HSL 20.6º 0.76% 0.43% -
HSV(B) 20.6º 0.86% 0.75% -
XYZ 25.02 17.47 3.03 -
YUV 109.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 192 83 26 0 0.57 0.86 0.25 20.6 0.76 0.43
Hex C0 53 1A 0 39 56 19 15 4C 2B
Octal 300 123 32 0 71 126 31 25 114 53
Binary 11000000 1010011 11010 0 111001 1010110 11001 10101 1001100 101011

Color Harmonies of #C0531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0531A

Black with #C0531A

Text Example


Text Example

White with #C0531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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