Html Css Color HEX #B13605 Rust

📋 copy color: '#B13605'

red 177 ◦ green 54 ◦ blue 5

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

Shades of Rust #B13605

Tints of Rust #B13605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 75%
G = 22.88%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13605 (or 0xB13605) is known color: Rust. HEX triplet: B1, 36 and 05. RGB value is (177,54,5). Sum of RGB (Red+Green+Blue) = 177+54+5=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B13605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13605 is #4EC9FA. Grayscale: #555555. Windows color (decimal): -5163515 or 341681. OLE color: 341681.

HSL color Cylindrical-coordinate representation of color #B13605: hue angle of 17.09º 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 #B13605 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 5 -
CMYK 0 0.69 0.97 0.31
HSL 17.09º 0.95% 0.36% -
HSV(B) 17.09º 0.97% 0.69% -
XYZ 19.48 12 1.43 -
YUV 85.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 177 54 5 0 0.69 0.97 0.31 17.09 0.95 0.36
Hex B1 36 5 0 45 61 1F 11 5F 24
Octal 261 66 5 0 105 141 37 21 137 44
Binary 10110001 110110 101 0 1000101 1100001 11111 10001 1011111 100100

Color Harmonies of #B13605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13605

Black with #B13605

Text Example


Text Example

White with #B13605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13605; }

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

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

background-color css

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

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

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

border-color css

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

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

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