Html Css Color HEX #B15A0D Rust

📋 copy color: '#B15A0D'

red 177 ◦ green 90 ◦ blue 13

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

Shades of Rust #B15A0D

Tints of Rust #B15A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 63.21%
G = 32.14%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B15A0D (or 0xB15A0D) is known color: Rust. HEX triplet: B1, 5A and 0D. RGB value is (177,90,13). Sum of RGB (Red+Green+Blue) = 177+90+13=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A0D is #4EA5F2. Grayscale: #6B6B6B. Windows color (decimal): -5154291 or 875185. OLE color: 875185.

HSL color Cylindrical-coordinate representation of color #B15A0D: hue angle of 28.17º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B15A0D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 13 -
CMYK 0 0.49 0.93 0.31
HSL 28.17º 0.86% 0.37% -
HSV(B) 28.17º 0.93% 0.69% -
XYZ 21.86 16.69 2.45 -
YUV 107.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 177 90 13 0 0.49 0.93 0.31 28.17 0.86 0.37
Hex B1 5A D 0 31 5D 1F 1C 56 25
Octal 261 132 15 0 61 135 37 34 126 45
Binary 10110001 1011010 1101 0 110001 1011101 11111 11100 1010110 100101

Color Harmonies of #B15A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A0D

Black with #B15A0D

Text Example


Text Example

White with #B15A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A0D; }

 p { color: rgb(177,90,13); }

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

background-color css

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

 a { background-color: rgb(177,90,13); }

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

border-color css

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

 span { border-color: rgb(177,90,13); }

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