Html Css Color HEX #B25608 Rust

📋 copy color: '#B25608'

red 178 ◦ green 86 ◦ blue 8

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

Shades of Rust #B25608

Tints of Rust #B25608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 65.44%
G = 31.62%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B25608 (or 0xB25608) is known color: Rust. HEX triplet: B2, 56 and 08. RGB value is (178,86,8). Sum of RGB (Red+Green+Blue) = 178+86+8=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B25608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25608 is #4DA9F7. Grayscale: #696969. Windows color (decimal): -5089784 or 546482. OLE color: 546482.

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

Color convert

RGB 178 86 8 -
CMYK 0 0.52 0.96 0.30
HSL 27.53º 0.91% 0.36% -
HSV(B) 27.53º 0.96% 0.7% -
XYZ 21.73 16.14 2.2 -
YUV 104.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 178 86 8 0 0.52 0.96 0.30 27.53 0.91 0.36
Hex B2 56 8 0 34 60 1E 1C 5B 24
Octal 262 126 10 0 64 140 36 34 133 44
Binary 10110010 1010110 1000 0 110100 1100000 11110 11100 1011011 100100

Color Harmonies of #B25608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25608

Black with #B25608

Text Example


Text Example

White with #B25608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25608; }

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

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

background-color css

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

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

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

border-color css

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

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

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