Html Css Color HEX #B13205 Rust

📋 copy color: '#B13205'

red 177 ◦ green 50 ◦ blue 5

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

Shades of Rust #B13205

Tints of Rust #B13205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 76.29%
G = 21.55%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13205 (or 0xB13205) is known color: Rust. HEX triplet: B1, 32 and 05. RGB value is (177,50,5). Sum of RGB (Red+Green+Blue) = 177+50+5=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B13205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13205 is #4ECDFA. Grayscale: #535353. Windows color (decimal): -5164539 or 340657. OLE color: 340657.

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

Color convert

RGB 177 50 5 -
CMYK 0 0.72 0.97 0.31
HSL 15.7º 0.95% 0.36% -
HSV(B) 15.7º 0.97% 0.69% -
XYZ 19.3 11.64 1.37 -
YUV 82.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 177 50 5 0 0.72 0.97 0.31 15.7 0.95 0.36
Hex B1 32 5 0 48 61 1F 10 5F 24
Octal 261 62 5 0 110 141 37 20 137 44
Binary 10110001 110010 101 0 1001000 1100001 11111 10000 1011111 100100

Color Harmonies of #B13205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13205

Black with #B13205

Text Example


Text Example

White with #B13205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13205; }

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

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

background-color css

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

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

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

border-color css

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

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

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