Html Css Color HEX #B12B0F Rust

📋 copy color: '#B12B0F'

red 177 ◦ green 43 ◦ blue 15

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

Shades of Rust #B12B0F

Tints of Rust #B12B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 75.32%
G = 18.3%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B12B0F (or 0xB12B0F) is known color: Rust. HEX triplet: B1, 2B and 0F. RGB value is (177,43,15). Sum of RGB (Red+Green+Blue) = 177+43+15=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B0F is #4ED4F0. Grayscale: #505050. Windows color (decimal): -5166321 or 994225. OLE color: 994225.

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

Color convert

RGB 177 43 15 -
CMYK 0 0.76 0.92 0.31
HSL 10.37º 0.84% 0.38% -
HSV(B) 10.37º 0.92% 0.69% -
XYZ 19.08 11.11 1.59 -
YUV 79.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 177 43 15 0 0.76 0.92 0.31 10.37 0.84 0.38
Hex B1 2B F 0 4C 5C 1F A 54 26
Octal 261 53 17 0 114 134 37 12 124 46
Binary 10110001 101011 1111 0 1001100 1011100 11111 1010 1010100 100110

Color Harmonies of #B12B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12B0F

Black with #B12B0F

Text Example


Text Example

White with #B12B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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