Html Css Color HEX #B05007 Rust

📋 copy color: '#B05007'

red 176 ◦ green 80 ◦ blue 7

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

Shades of Rust #B05007

Tints of Rust #B05007

RGB

 RED value IS 176 (69.14% from 255) = 66.92%

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 66.92%
G = 30.42%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B05007 (or 0xB05007) is known color: Rust. HEX triplet: B0, 50 and 07. RGB value is (176,80,7). Sum of RGB (Red+Green+Blue) = 176+80+7=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B05007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05007 is #4FAFF8. Grayscale: #646464. Windows color (decimal): -5222393 or 479408. OLE color: 479408.

HSL color Cylindrical-coordinate representation of color #B05007: hue angle of 25.92º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B05007 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 7 -
CMYK 0 0.55 0.96 0.31
HSL 25.92º 0.92% 0.36% -
HSV(B) 25.92º 0.96% 0.69% -
XYZ 20.81 14.98 2 -
YUV 100.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 176 80 7 0 0.55 0.96 0.31 25.92 0.92 0.36
Hex B0 50 7 0 37 60 1F 1A 5C 24
Octal 260 120 7 0 67 140 37 32 134 44
Binary 10110000 1010000 111 0 110111 1100000 11111 11010 1011100 100100

Color Harmonies of #B05007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05007

Black with #B05007

Text Example


Text Example

White with #B05007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05007; }

 p { color: rgb(176,80,7); }

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

background-color css

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

 a { background-color: rgb(176,80,7); }

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

border-color css

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

 span { border-color: rgb(176,80,7); }

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