Html Css Color HEX #B12806 Rust

📋 copy color: '#B12806'

red 177 ◦ green 40 ◦ blue 6

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

Shades of Rust #B12806

Tints of Rust #B12806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 6 (2.73% from 255) = 2.69%

R = 79.37%
G = 17.94%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B12806 (or 0xB12806) is known color: Rust. HEX triplet: B1, 28 and 06. RGB value is (177,40,6). Sum of RGB (Red+Green+Blue) = 177+40+6=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12806 is #4ED7F9. Grayscale: #4D4D4D. Windows color (decimal): -5167098 or 403633. OLE color: 403633.

HSL color Cylindrical-coordinate representation of color #B12806: hue angle of 11.93º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B12806 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 6 -
CMYK 0 0.77 0.97 0.31
HSL 11.93º 0.93% 0.36% -
HSV(B) 11.93º 0.97% 0.69% -
XYZ 18.92 10.88 1.27 -
YUV 77.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 177 40 6 0 0.77 0.97 0.31 11.93 0.93 0.36
Hex B1 28 6 0 4D 61 1F C 5D 24
Octal 261 50 6 0 115 141 37 14 135 44
Binary 10110001 101000 110 0 1001101 1100001 11111 1100 1011101 100100

Color Harmonies of #B12806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12806

Black with #B12806

Text Example


Text Example

White with #B12806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12806; }

 p { color: rgb(177,40,6); }

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

background-color css

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

 a { background-color: rgb(177,40,6); }

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

border-color css

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

 span { border-color: rgb(177,40,6); }

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