Html Css Color HEX #B2580B Rust

📋 copy color: '#B2580B'

red 178 ◦ green 88 ◦ blue 11

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

Shades of Rust #B2580B

Tints of Rust #B2580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 64.26%
G = 31.77%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2580B (or 0xB2580B) is known color: Rust. HEX triplet: B2, 58 and 0B. RGB value is (178,88,11). Sum of RGB (Red+Green+Blue) = 178+88+11=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2580B is #4DA7F4. Grayscale: #6A6A6A. Windows color (decimal): -5089269 or 743602. OLE color: 743602.

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

Color convert

RGB 178 88 11 -
CMYK 0 0.51 0.94 0.30
HSL 27.66º 0.88% 0.37% -
HSV(B) 27.66º 0.94% 0.7% -
XYZ 21.91 16.47 2.34 -
YUV 106.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 178 88 11 0 0.51 0.94 0.30 27.66 0.88 0.37
Hex B2 58 B 0 33 5E 1E 1C 58 25
Octal 262 130 13 0 63 136 36 34 130 45
Binary 10110010 1011000 1011 0 110011 1011110 11110 11100 1011000 100101

Color Harmonies of #B2580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2580B

Black with #B2580B

Text Example


Text Example

White with #B2580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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