Html Css Color HEX #B25611 Rust

📋 copy color: '#B25611'

red 178 ◦ green 86 ◦ blue 17

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

Shades of Rust #B25611

Tints of Rust #B25611

RGB

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

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

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

R = 63.35%
G = 30.6%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25611 (or 0xB25611) is known color: Rust. HEX triplet: B2, 56 and 11. RGB value is (178,86,17). Sum of RGB (Red+Green+Blue) = 178+86+17=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25611 is #4DA9EE. Grayscale: #6A6A6A. Windows color (decimal): -5089775 or 1136306. OLE color: 1136306.

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

Color convert

RGB 178 86 17 -
CMYK 0 0.52 0.90 0.30
HSL 25.71º 0.83% 0.38% -
HSV(B) 25.71º 0.9% 0.7% -
XYZ 21.79 16.16 2.5 -
YUV 105.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 178 86 17 0 0.52 0.90 0.30 25.71 0.83 0.38
Hex B2 56 11 0 34 5A 1E 1A 53 26
Octal 262 126 21 0 64 132 36 32 123 46
Binary 10110010 1010110 10001 0 110100 1011010 11110 11010 1010011 100110

Color Harmonies of #B25611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25611

Black with #B25611

Text Example


Text Example

White with #B25611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25611; }

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

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

background-color css

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

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

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

border-color css

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

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

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