Html Css Color HEX #B1350F Rust

📋 copy color: '#B1350F'

red 177 ◦ green 53 ◦ blue 15

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

Shades of Rust #B1350F

Tints of Rust #B1350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 72.24%
G = 21.63%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1350F (or 0xB1350F) is known color: Rust. HEX triplet: B1, 35 and 0F. RGB value is (177,53,15). Sum of RGB (Red+Green+Blue) = 177+53+15=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1350F is #4ECAF0. Grayscale: #565656. Windows color (decimal): -5163761 or 996785. OLE color: 996785.

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

Color convert

RGB 177 53 15 -
CMYK 0 0.70 0.92 0.31
HSL 14.07º 0.84% 0.38% -
HSV(B) 14.07º 0.92% 0.69% -
XYZ 19.49 11.93 1.73 -
YUV 85.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 177 53 15 0 0.70 0.92 0.31 14.07 0.84 0.38
Hex B1 35 F 0 46 5C 1F E 54 26
Octal 261 65 17 0 106 134 37 16 124 46
Binary 10110001 110101 1111 0 1000110 1011100 11111 1110 1010100 100110

Color Harmonies of #B1350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1350F

Black with #B1350F

Text Example


Text Example

White with #B1350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1350F; }

 p { color: rgb(177,53,15); }

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

background-color css

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

 a { background-color: rgb(177,53,15); }

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

border-color css

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

 span { border-color: rgb(177,53,15); }

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