Html Css Color HEX #B13A1B Rust

📋 copy color: '#B13A1B'

red 177 ◦ green 58 ◦ blue 27

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

Shades of Rust #B13A1B

Tints of Rust #B13A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 67.56%
G = 22.14%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B13A1B (or 0xB13A1B) is known color: Rust. HEX triplet: B1, 3A and 1B. RGB value is (177,58,27). Sum of RGB (Red+Green+Blue) = 177+58+27=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A1B is #4EC5E4. Grayscale: #5A5A5A. Windows color (decimal): -5162469 or 1784497. OLE color: 1784497.

HSL color Cylindrical-coordinate representation of color #B13A1B: hue angle of 12.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B13A1B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 58 27 -
CMYK 0 0.67 0.85 0.31
HSL 12.4º 0.74% 0.4% -
HSV(B) 12.4º 0.85% 0.69% -
XYZ 19.84 12.45 2.39 -
YUV 90.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 177 58 27 0 0.67 0.85 0.31 12.4 0.74 0.4
Hex B1 3A 1B 0 43 55 1F C 4A 28
Octal 261 72 33 0 103 125 37 14 112 50
Binary 10110001 111010 11011 0 1000011 1010101 11111 1100 1001010 101000

Color Harmonies of #B13A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A1B

Black with #B13A1B

Text Example


Text Example

White with #B13A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A1B; }

 p { color: rgb(177,58,27); }

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

background-color css

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

 a { background-color: rgb(177,58,27); }

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

border-color css

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

 span { border-color: rgb(177,58,27); }

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