Html Css Color HEX #B25000 Rust

📋 copy color: '#B25000'

red 178 ◦ green 80 ◦ blue 0

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

Shades of Rust #B25000

Tints of Rust #B25000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.99%
G = 31.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B25000 (or 0xB25000) is known color: Rust. HEX triplet: B2, 50 and 00. RGB value is (178,80,0). Sum of RGB (Red+Green+Blue) = 178+80+0=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B25000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25000 is #4DAFFF. Grayscale: #646464. Windows color (decimal): -5091328 or 20658. OLE color: 20658.

HSL color Cylindrical-coordinate representation of color #B25000: hue angle of 26.97º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B25000 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 0 -
CMYK 0 0.55 1 0.30
HSL 26.97º 1% 0.35% -
HSV(B) 26.97º 1% 0.7% -
XYZ 21.23 15.2 1.82 -
YUV 100.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 178 80 0 0 0.55 1 0.30 26.97 1 0.35
Hex B2 50 0 0 37 64 1E 1B 64 23
Octal 262 120 0 0 67 144 36 33 144 43
Binary 10110010 1010000 0 0 110111 1100100 11110 11011 1100100 100011

Color Harmonies of #B25000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25000

Black with #B25000

Text Example


Text Example

White with #B25000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25000; }

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

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

background-color css

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

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

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

border-color css

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

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

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