Html Css Color HEX #B2520C Rust

📋 copy color: '#B2520C'

red 178 ◦ green 82 ◦ blue 12

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

Shades of Rust #B2520C

Tints of Rust #B2520C

RGB

 RED value IS 178 (69.92% from 255) = 65.44%

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 65.44%
G = 30.15%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2520C (or 0xB2520C) is known color: Rust. HEX triplet: B2, 52 and 0C. RGB value is (178,82,12). Sum of RGB (Red+Green+Blue) = 178+82+12=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2520C is #4DADF3. Grayscale: #676767. Windows color (decimal): -5090804 or 807602. OLE color: 807602.

HSL color Cylindrical-coordinate representation of color #B2520C: hue angle of 25.3º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2520C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 12 -
CMYK 0 0.54 0.93 0.30
HSL 25.3º 0.87% 0.37% -
HSV(B) 25.3º 0.93% 0.7% -
XYZ 21.44 15.53 2.21 -
YUV 102.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 178 82 12 0 0.54 0.93 0.30 25.3 0.87 0.37
Hex B2 52 C 0 36 5D 1E 19 57 25
Octal 262 122 14 0 66 135 36 31 127 45
Binary 10110010 1010010 1100 0 110110 1011101 11110 11001 1010111 100101

Color Harmonies of #B2520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2520C

Black with #B2520C

Text Example


Text Example

White with #B2520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2520C; }

 p { color: rgb(178,82,12); }

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

background-color css

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

 a { background-color: rgb(178,82,12); }

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

border-color css

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

 span { border-color: rgb(178,82,12); }

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