Html Css Color HEX #B25115 Rust

📋 copy color: '#B25115'

red 178 ◦ green 81 ◦ blue 21

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

Shades of Rust #B25115

Tints of Rust #B25115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 63.57%
G = 28.93%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B25115 (or 0xB25115) is known color: Rust. HEX triplet: B2, 51 and 15. RGB value is (178,81,21). Sum of RGB (Red+Green+Blue) = 178+81+21=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B25115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25115 is #4DAEEA. Grayscale: #676767. Windows color (decimal): -5091051 or 1397170. OLE color: 1397170.

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

Color convert

RGB 178 81 21 -
CMYK 0 0.54 0.88 0.30
HSL 22.93º 0.79% 0.39% -
HSV(B) 22.93º 0.88% 0.7% -
XYZ 21.44 15.4 2.55 -
YUV 103.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 178 81 21 0 0.54 0.88 0.30 22.93 0.79 0.39
Hex B2 51 15 0 36 58 1E 17 4F 27
Octal 262 121 25 0 66 130 36 27 117 47
Binary 10110010 1010001 10101 0 110110 1011000 11110 10111 1001111 100111

Color Harmonies of #B25115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25115

Black with #B25115

Text Example


Text Example

White with #B25115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25115; }

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

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

background-color css

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

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

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

border-color css

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

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

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