Html Css Color HEX #B1380A Rust

📋 copy color: '#B1380A'

red 177 ◦ green 56 ◦ blue 10

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

Shades of Rust #B1380A

Tints of Rust #B1380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 72.84%
G = 23.05%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1380A (or 0xB1380A) is known color: Rust. HEX triplet: B1, 38 and 0A. RGB value is (177,56,10). Sum of RGB (Red+Green+Blue) = 177+56+10=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1380A is #4EC7F5. Grayscale: #575757. Windows color (decimal): -5162998 or 669873. OLE color: 669873.

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

Color convert

RGB 177 56 10 -
CMYK 0 0.68 0.94 0.31
HSL 16.53º 0.89% 0.37% -
HSV(B) 16.53º 0.94% 0.69% -
XYZ 19.6 12.2 1.61 -
YUV 86.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 177 56 10 0 0.68 0.94 0.31 16.53 0.89 0.37
Hex B1 38 A 0 44 5E 1F 11 59 25
Octal 261 70 12 0 104 136 37 21 131 45
Binary 10110001 111000 1010 0 1000100 1011110 11111 10001 1011001 100101

Color Harmonies of #B1380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1380A

Black with #B1380A

Text Example


Text Example

White with #B1380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1380A; }

 p { color: rgb(177,56,10); }

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

background-color css

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

 a { background-color: rgb(177,56,10); }

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

border-color css

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

 span { border-color: rgb(177,56,10); }

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