Html Css Color HEX #B25607 Rust

📋 copy color: '#B25607'

red 178 ◦ green 86 ◦ blue 7

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

Shades of Rust #B25607

Tints of Rust #B25607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 65.68%
G = 31.73%
B = 2.58%

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

#B25607 (or 0xB25607) is known color: Rust. HEX triplet: B2, 56 and 07. RGB value is (178,86,7). Sum of RGB (Red+Green+Blue) = 178+86+7=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B25607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25607 is #4DA9F8. Grayscale: #686868. Windows color (decimal): -5089785 or 480946. OLE color: 480946.

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

Color convert

RGB 178 86 7 -
CMYK 0 0.52 0.96 0.30
HSL 27.72º 0.92% 0.36% -
HSV(B) 27.72º 0.96% 0.7% -
XYZ 21.73 16.14 2.17 -
YUV 104.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 178 86 7 0 0.52 0.96 0.30 27.72 0.92 0.36
Hex B2 56 7 0 34 60 1E 1C 5C 24
Octal 262 126 7 0 64 140 36 34 134 44
Binary 10110010 1010110 111 0 110100 1100000 11110 11100 1011100 100100

Color Harmonies of #B25607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25607

Black with #B25607

Text Example


Text Example

White with #B25607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25607; }

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

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

background-color css

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

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

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

border-color css

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

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

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