Html Css Color HEX #B25610 Rust

📋 copy color: '#B25610'

red 178 ◦ green 86 ◦ blue 16

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

Shades of Rust #B25610

Tints of Rust #B25610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 63.57%
G = 30.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B25610 (or 0xB25610) is known color: Rust. HEX triplet: B2, 56 and 10. RGB value is (178,86,16). Sum of RGB (Red+Green+Blue) = 178+86+16=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B25610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25610 is #4DA9EF. Grayscale: #696969. Windows color (decimal): -5089776 or 1070770. OLE color: 1070770.

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

Color convert

RGB 178 86 16 -
CMYK 0 0.52 0.91 0.30
HSL 25.93º 0.84% 0.38% -
HSV(B) 25.93º 0.91% 0.7% -
XYZ 21.78 16.16 2.46 -
YUV 105.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 178 86 16 0 0.52 0.91 0.30 25.93 0.84 0.38
Hex B2 56 10 0 34 5B 1E 1A 54 26
Octal 262 126 20 0 64 133 36 32 124 46
Binary 10110010 1010110 10000 0 110100 1011011 11110 11010 1010100 100110

Color Harmonies of #B25610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25610

Black with #B25610

Text Example


Text Example

White with #B25610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25610; }

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

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

background-color css

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

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

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

border-color css

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

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

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