Html Css Color HEX #B13A1D Rust

📋 copy color: '#B13A1D'

red 177 ◦ green 58 ◦ blue 29

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

Shades of Rust #B13A1D

Tints of Rust #B13A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 67.05%
G = 21.97%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B13A1D (or 0xB13A1D) is known color: Rust. HEX triplet: B1, 3A and 1D. RGB value is (177,58,29). Sum of RGB (Red+Green+Blue) = 177+58+29=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A1D is #4EC5E2. Grayscale: #5A5A5A. Windows color (decimal): -5162467 or 1915569. OLE color: 1915569.

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

Color convert

RGB 177 58 29 -
CMYK 0 0.67 0.84 0.31
HSL 11.76º 0.72% 0.4% -
HSV(B) 11.76º 0.84% 0.69% -
XYZ 19.87 12.46 2.52 -
YUV 90.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 177 58 29 0 0.67 0.84 0.31 11.76 0.72 0.4
Hex B1 3A 1D 0 43 54 1F C 48 28
Octal 261 72 35 0 103 124 37 14 110 50
Binary 10110001 111010 11101 0 1000011 1010100 11111 1100 1001000 101000

Color Harmonies of #B13A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A1D

Black with #B13A1D

Text Example


Text Example

White with #B13A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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