Html Css Color HEX #B1500A Rust

📋 copy color: '#B1500A'

red 177 ◦ green 80 ◦ blue 10

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

Shades of Rust #B1500A

Tints of Rust #B1500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 66.29%
G = 29.96%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1500A (or 0xB1500A) is known color: Rust. HEX triplet: B1, 50 and 0A. RGB value is (177,80,10). Sum of RGB (Red+Green+Blue) = 177+80+10=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B1500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1500A is #4EAFF5. Grayscale: #656565. Windows color (decimal): -5156854 or 676017. OLE color: 676017.

HSL color Cylindrical-coordinate representation of color #B1500A: hue angle of 25.15º 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 #B1500A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 10 -
CMYK 0 0.55 0.94 0.31
HSL 25.15º 0.89% 0.37% -
HSV(B) 25.15º 0.94% 0.69% -
XYZ 21.05 15.11 2.09 -
YUV 101.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 177 80 10 0 0.55 0.94 0.31 25.15 0.89 0.37
Hex B1 50 A 0 37 5E 1F 19 59 25
Octal 261 120 12 0 67 136 37 31 131 45
Binary 10110001 1010000 1010 0 110111 1011110 11111 11001 1011001 100101

Color Harmonies of #B1500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1500A

Black with #B1500A

Text Example


Text Example

White with #B1500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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