Html Css Color HEX #B2510B Rust

📋 copy color: '#B2510B'

red 178 ◦ green 81 ◦ blue 11

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

Shades of Rust #B2510B

Tints of Rust #B2510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 65.93%
G = 30%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2510B (or 0xB2510B) is known color: Rust. HEX triplet: B2, 51 and 0B. RGB value is (178,81,11). Sum of RGB (Red+Green+Blue) = 178+81+11=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2510B is #4DAEF4. Grayscale: #666666. Windows color (decimal): -5091061 or 741810. OLE color: 741810.

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

Color convert

RGB 178 81 11 -
CMYK 0 0.54 0.94 0.30
HSL 25.15º 0.88% 0.37% -
HSV(B) 25.15º 0.94% 0.7% -
XYZ 21.36 15.37 2.16 -
YUV 102.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 178 81 11 0 0.54 0.94 0.30 25.15 0.88 0.37
Hex B2 51 B 0 36 5E 1E 19 58 25
Octal 262 121 13 0 66 136 36 31 130 45
Binary 10110010 1010001 1011 0 110110 1011110 11110 11001 1011000 100101

Color Harmonies of #B2510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2510B

Black with #B2510B

Text Example


Text Example

White with #B2510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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