Html Css Color HEX #B12906 Rust

📋 copy color: '#B12906'

red 177 ◦ green 41 ◦ blue 6

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

Shades of Rust #B12906

Tints of Rust #B12906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 79.02%
G = 18.3%
B = 2.68%

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

#B12906 (or 0xB12906) is known color: Rust. HEX triplet: B1, 29 and 06. RGB value is (177,41,6). Sum of RGB (Red+Green+Blue) = 177+41+6=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B12906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12906 is #4ED6F9. Grayscale: #4D4D4D. Windows color (decimal): -5166842 or 403889. OLE color: 403889.

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

Color convert

RGB 177 41 6 -
CMYK 0 0.77 0.97 0.31
HSL 12.28º 0.93% 0.36% -
HSV(B) 12.28º 0.97% 0.69% -
XYZ 18.96 10.95 1.29 -
YUV 77.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 177 41 6 0 0.77 0.97 0.31 12.28 0.93 0.36
Hex B1 29 6 0 4D 61 1F C 5D 24
Octal 261 51 6 0 115 141 37 14 135 44
Binary 10110001 101001 110 0 1001101 1100001 11111 1100 1011101 100100

Color Harmonies of #B12906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12906

Black with #B12906

Text Example


Text Example

White with #B12906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12906; }

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

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

background-color css

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

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

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

border-color css

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

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

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