Html Css Color HEX #B13200 Rust

📋 copy color: '#B13200'

red 177 ◦ green 50 ◦ blue 0

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

Shades of Rust #B13200

Tints of Rust #B13200

RGB

 RED value IS 177 (69.53% from 255) = 77.97%

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.97%
G = 22.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B13200 (or 0xB13200) is known color: Rust. HEX triplet: B1, 32 and 00. RGB value is (177,50,0). Sum of RGB (Red+Green+Blue) = 177+50+0=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B13200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13200 is #4ECDFF. Grayscale: #525252. Windows color (decimal): -5164544 or 12977. OLE color: 12977.

HSL color Cylindrical-coordinate representation of color #B13200: hue angle of 16.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13200 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 0 -
CMYK 0 0.72 1 0.31
HSL 16.95º 1% 0.35% -
HSV(B) 16.95º 1% 0.69% -
XYZ 19.27 11.63 1.23 -
YUV 82.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 177 50 0 0 0.72 1 0.31 16.95 1 0.35
Hex B1 32 0 0 48 64 1F 11 64 23
Octal 261 62 0 0 110 144 37 21 144 43
Binary 10110001 110010 0 0 1001000 1100100 11111 10001 1100100 100011

Color Harmonies of #B13200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13200

Black with #B13200

Text Example


Text Example

White with #B13200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13200; }

 p { color: rgb(177,50,0); }

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

background-color css

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

 a { background-color: rgb(177,50,0); }

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

border-color css

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

 span { border-color: rgb(177,50,0); }

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