Html Css Color HEX #B25211 Rust

📋 copy color: '#B25211'

red 178 ◦ green 82 ◦ blue 17

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

Shades of Rust #B25211

Tints of Rust #B25211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 64.26%
G = 29.6%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25211 (or 0xB25211) is known color: Rust. HEX triplet: B2, 52 and 11. RGB value is (178,82,17). Sum of RGB (Red+Green+Blue) = 178+82+17=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B25211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25211 is #4DADEE. Grayscale: #676767. Windows color (decimal): -5090799 or 1135282. OLE color: 1135282.

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

Color convert

RGB 178 82 17 -
CMYK 0 0.54 0.90 0.30
HSL 24.22º 0.83% 0.38% -
HSV(B) 24.22º 0.9% 0.7% -
XYZ 21.48 15.54 2.4 -
YUV 103.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 178 82 17 0 0.54 0.90 0.30 24.22 0.83 0.38
Hex B2 52 11 0 36 5A 1E 18 53 26
Octal 262 122 21 0 66 132 36 30 123 46
Binary 10110010 1010010 10001 0 110110 1011010 11110 11000 1010011 100110

Color Harmonies of #B25211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25211

Black with #B25211

Text Example


Text Example

White with #B25211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25211; }

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

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

background-color css

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

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

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

border-color css

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

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

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