Html Css Color HEX #B13105 Rust

📋 copy color: '#B13105'

red 177 ◦ green 49 ◦ blue 5

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

Shades of Rust #B13105

Tints of Rust #B13105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 76.62%
G = 21.21%
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

#B13105 (or 0xB13105) is known color: Rust. HEX triplet: B1, 31 and 05. RGB value is (177,49,5). Sum of RGB (Red+Green+Blue) = 177+49+5=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B13105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13105 is #4ECEFA. Grayscale: #525252. Windows color (decimal): -5164795 or 340401. OLE color: 340401.

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

Color convert

RGB 177 49 5 -
CMYK 0 0.72 0.97 0.31
HSL 15.35º 0.95% 0.36% -
HSV(B) 15.35º 0.97% 0.69% -
XYZ 19.26 11.55 1.36 -
YUV 82.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 177 49 5 0 0.72 0.97 0.31 15.35 0.95 0.36
Hex B1 31 5 0 48 61 1F F 5F 24
Octal 261 61 5 0 110 141 37 17 137 44
Binary 10110001 110001 101 0 1001000 1100001 11111 1111 1011111 100100

Color Harmonies of #B13105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13105

Black with #B13105

Text Example


Text Example

White with #B13105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13105; }

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

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

background-color css

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

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

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

border-color css

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

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

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