Html Css Color HEX #B2510E Rust

📋 copy color: '#B2510E'

red 178 ◦ green 81 ◦ blue 14

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

Shades of Rust #B2510E

Tints of Rust #B2510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 65.2%
G = 29.67%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2510E (or 0xB2510E) is known color: Rust. HEX triplet: B2, 51 and 0E. RGB value is (178,81,14). Sum of RGB (Red+Green+Blue) = 178+81+14=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2510E is #4DAEF1. Grayscale: #666666. Windows color (decimal): -5091058 or 938418. OLE color: 938418.

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

Color convert

RGB 178 81 14 -
CMYK 0 0.54 0.92 0.30
HSL 24.51º 0.85% 0.38% -
HSV(B) 24.51º 0.92% 0.7% -
XYZ 21.38 15.38 2.26 -
YUV 102.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 178 81 14 0 0.54 0.92 0.30 24.51 0.85 0.38
Hex B2 51 E 0 36 5C 1E 19 55 26
Octal 262 121 16 0 66 134 36 31 125 46
Binary 10110010 1010001 1110 0 110110 1011100 11110 11001 1010101 100110

Color Harmonies of #B2510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2510E

Black with #B2510E

Text Example


Text Example

White with #B2510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2510E; }

 p { color: rgb(178,81,14); }

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

background-color css

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

 a { background-color: rgb(178,81,14); }

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

border-color css

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

 span { border-color: rgb(178,81,14); }

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