Html Css Color HEX #B12F0F Rust

📋 copy color: '#B12F0F'

red 177 ◦ green 47 ◦ blue 15

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

Shades of Rust #B12F0F

Tints of Rust #B12F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

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

R = 74.06%
G = 19.67%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B12F0F (or 0xB12F0F) is known color: Rust. HEX triplet: B1, 2F and 0F. RGB value is (177,47,15). Sum of RGB (Red+Green+Blue) = 177+47+15=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12F0F is #4ED0F0. Grayscale: #525252. Windows color (decimal): -5165297 or 995249. OLE color: 995249.

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

Color convert

RGB 177 47 15 -
CMYK 0 0.73 0.92 0.31
HSL 11.85º 0.84% 0.38% -
HSV(B) 11.85º 0.92% 0.69% -
XYZ 19.23 11.41 1.64 -
YUV 82.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 177 47 15 0 0.73 0.92 0.31 11.85 0.84 0.38
Hex B1 2F F 0 49 5C 1F C 54 26
Octal 261 57 17 0 111 134 37 14 124 46
Binary 10110001 101111 1111 0 1001001 1011100 11111 1100 1010100 100110

Color Harmonies of #B12F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F0F

Black with #B12F0F

Text Example


Text Example

White with #B12F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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