Html Css Color HEX #B25808 Rust

📋 copy color: '#B25808'

red 178 ◦ green 88 ◦ blue 8

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

Shades of Rust #B25808

Tints of Rust #B25808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 64.96%
G = 32.12%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B25808 (or 0xB25808) is known color: Rust. HEX triplet: B2, 58 and 08. RGB value is (178,88,8). Sum of RGB (Red+Green+Blue) = 178+88+8=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B25808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25808 is #4DA7F7. Grayscale: #6A6A6A. Windows color (decimal): -5089272 or 546994. OLE color: 546994.

HSL color Cylindrical-coordinate representation of color #B25808: hue angle of 28.24º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B25808 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 88 8 -
CMYK 0 0.51 0.96 0.30
HSL 28.24º 0.91% 0.36% -
HSV(B) 28.24º 0.96% 0.7% -
XYZ 21.89 16.46 2.25 -
YUV 105.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 178 88 8 0 0.51 0.96 0.30 28.24 0.91 0.36
Hex B2 58 8 0 33 60 1E 1C 5B 24
Octal 262 130 10 0 63 140 36 34 133 44
Binary 10110010 1011000 1000 0 110011 1100000 11110 11100 1011011 100100

Color Harmonies of #B25808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25808

Black with #B25808

Text Example


Text Example

White with #B25808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25808; }

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

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

background-color css

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

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

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

border-color css

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

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

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