Html Css Color HEX #B25015 Rust

📋 copy color: '#B25015'

red 178 ◦ green 80 ◦ blue 21

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

Shades of Rust #B25015

Tints of Rust #B25015

RGB

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

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

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

R = 63.8%
G = 28.67%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B25015 (or 0xB25015) is known color: Rust. HEX triplet: B2, 50 and 15. RGB value is (178,80,21). Sum of RGB (Red+Green+Blue) = 178+80+21=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B25015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25015 is #4DAFEA. Grayscale: #666666. Windows color (decimal): -5091307 or 1396914. OLE color: 1396914.

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

Color convert

RGB 178 80 21 -
CMYK 0 0.55 0.88 0.30
HSL 22.55º 0.79% 0.39% -
HSV(B) 22.55º 0.88% 0.7% -
XYZ 21.36 15.26 2.53 -
YUV 102.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 178 80 21 0 0.55 0.88 0.30 22.55 0.79 0.39
Hex B2 50 15 0 37 58 1E 17 4F 27
Octal 262 120 25 0 67 130 36 27 117 47
Binary 10110010 1010000 10101 0 110111 1011000 11110 10111 1001111 100111

Color Harmonies of #B25015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25015

Black with #B25015

Text Example


Text Example

White with #B25015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25015; }

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

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

background-color css

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

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

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

border-color css

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

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

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