Html Css Color HEX #B13D1C Rust

📋 copy color: '#B13D1C'

red 177 ◦ green 61 ◦ blue 28

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

Shades of Rust #B13D1C

Tints of Rust #B13D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 66.54%
G = 22.93%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B13D1C (or 0xB13D1C) is known color: Rust. HEX triplet: B1, 3D and 1C. RGB value is (177,61,28). Sum of RGB (Red+Green+Blue) = 177+61+28=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D1C is #4EC2E3. Grayscale: #5C5C5C. Windows color (decimal): -5161700 or 1850801. OLE color: 1850801.

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

Color convert

RGB 177 61 28 -
CMYK 0 0.66 0.84 0.31
HSL 13.29º 0.73% 0.4% -
HSV(B) 13.29º 0.84% 0.69% -
XYZ 20.01 12.77 2.51 -
YUV 91.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 177 61 28 0 0.66 0.84 0.31 13.29 0.73 0.4
Hex B1 3D 1C 0 42 54 1F D 49 28
Octal 261 75 34 0 102 124 37 15 111 50
Binary 10110001 111101 11100 0 1000010 1010100 11111 1101 1001001 101000

Color Harmonies of #B13D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D1C

Black with #B13D1C

Text Example


Text Example

White with #B13D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D1C; }

 p { color: rgb(177,61,28); }

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

background-color css

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

 a { background-color: rgb(177,61,28); }

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

border-color css

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

 span { border-color: rgb(177,61,28); }

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