Html Css Color HEX #B25011 Rust

📋 copy color: '#B25011'

red 178 ◦ green 80 ◦ blue 17

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

Shades of Rust #B25011

Tints of Rust #B25011

RGB

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

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

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

R = 64.73%
G = 29.09%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25011 (or 0xB25011) is known color: Rust. HEX triplet: B2, 50 and 11. RGB value is (178,80,17). Sum of RGB (Red+Green+Blue) = 178+80+17=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B25011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25011 is #4DAFEE. Grayscale: #666666. Windows color (decimal): -5091311 or 1134770. OLE color: 1134770.

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

Color convert

RGB 178 80 17 -
CMYK 0 0.55 0.90 0.30
HSL 23.48º 0.83% 0.38% -
HSV(B) 23.48º 0.9% 0.7% -
XYZ 21.33 15.24 2.35 -
YUV 102.12 79.97 182.12 -
System Red Green Blue C M Y K H S L
Decimal 178 80 17 0 0.55 0.90 0.30 23.48 0.83 0.38
Hex B2 50 11 0 37 5A 1E 17 53 26
Octal 262 120 21 0 67 132 36 27 123 46
Binary 10110010 1010000 10001 0 110111 1011010 11110 10111 1010011 100110

Color Harmonies of #B25011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25011

Black with #B25011

Text Example


Text Example

White with #B25011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25011; }

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

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

background-color css

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

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

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

border-color css

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

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

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