Html Css Color HEX #B2500B Rust

📋 copy color: '#B2500B'

red 178 ◦ green 80 ◦ blue 11

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

Shades of Rust #B2500B

Tints of Rust #B2500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

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

R = 66.17%
G = 29.74%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2500B (or 0xB2500B) is known color: Rust. HEX triplet: B2, 50 and 0B. RGB value is (178,80,11). Sum of RGB (Red+Green+Blue) = 178+80+11=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B2500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2500B is #4DAFF4. Grayscale: #656565. Windows color (decimal): -5091317 or 741554. OLE color: 741554.

HSL color Cylindrical-coordinate representation of color #B2500B: hue angle of 24.79º 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 #B2500B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 11 -
CMYK 0 0.55 0.94 0.30
HSL 24.79º 0.88% 0.37% -
HSV(B) 24.79º 0.94% 0.7% -
XYZ 21.29 15.23 2.13 -
YUV 101.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 178 80 11 0 0.55 0.94 0.30 24.79 0.88 0.37
Hex B2 50 B 0 37 5E 1E 19 58 25
Octal 262 120 13 0 67 136 36 31 130 45
Binary 10110010 1010000 1011 0 110111 1011110 11110 11001 1011000 100101

Color Harmonies of #B2500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2500B

Black with #B2500B

Text Example


Text Example

White with #B2500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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