Html Css Color HEX #B25811 Rust

📋 copy color: '#B25811'

red 178 ◦ green 88 ◦ blue 17

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

Shades of Rust #B25811

Tints of Rust #B25811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 62.9%
G = 31.1%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25811 (or 0xB25811) is known color: Rust. HEX triplet: B2, 58 and 11. RGB value is (178,88,17). Sum of RGB (Red+Green+Blue) = 178+88+17=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B25811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25811 is #4DA7EE. Grayscale: #6B6B6B. Windows color (decimal): -5089263 or 1136818. OLE color: 1136818.

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

Color convert

RGB 178 88 17 -
CMYK 0 0.51 0.90 0.30
HSL 26.46º 0.83% 0.38% -
HSV(B) 26.46º 0.9% 0.7% -
XYZ 21.95 16.48 2.56 -
YUV 106.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 178 88 17 0 0.51 0.90 0.30 26.46 0.83 0.38
Hex B2 58 11 0 33 5A 1E 1A 53 26
Octal 262 130 21 0 63 132 36 32 123 46
Binary 10110010 1011000 10001 0 110011 1011010 11110 11010 1010011 100110

Color Harmonies of #B25811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25811

Black with #B25811

Text Example


Text Example

White with #B25811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25811; }

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

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

background-color css

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

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

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

border-color css

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

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

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