Html Css Color HEX #B25117 Rust

📋 copy color: '#B25117'

red 178 ◦ green 81 ◦ blue 23

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

Shades of Rust #B25117

Tints of Rust #B25117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.16%

R = 63.12%
G = 28.72%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B25117 (or 0xB25117) is known color: Rust. HEX triplet: B2, 51 and 17. RGB value is (178,81,23). Sum of RGB (Red+Green+Blue) = 178+81+23=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B25117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25117 is #4DAEE8. Grayscale: #676767. Windows color (decimal): -5091049 or 1528242. OLE color: 1528242.

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

Color convert

RGB 178 81 23 -
CMYK 0 0.54 0.87 0.30
HSL 22.45º 0.77% 0.39% -
HSV(B) 22.45º 0.87% 0.7% -
XYZ 21.46 15.41 2.65 -
YUV 103.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 178 81 23 0 0.54 0.87 0.30 22.45 0.77 0.39
Hex B2 51 17 0 36 57 1E 16 4D 27
Octal 262 121 27 0 66 127 36 26 115 47
Binary 10110010 1010001 10111 0 110110 1010111 11110 10110 1001101 100111

Color Harmonies of #B25117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25117

Black with #B25117

Text Example


Text Example

White with #B25117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25117; }

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

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

background-color css

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

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

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

border-color css

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

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

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