Html Css Color HEX #B12909 Rust

📋 copy color: '#B12909'

red 177 ◦ green 41 ◦ blue 9

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

Shades of Rust #B12909

Tints of Rust #B12909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 77.97%
G = 18.06%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B12909 (or 0xB12909) is known color: Rust. HEX triplet: B1, 29 and 09. RGB value is (177,41,9). Sum of RGB (Red+Green+Blue) = 177+41+9=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B12909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12909 is #4ED6F6. Grayscale: #4E4E4E. Windows color (decimal): -5166839 or 600497. OLE color: 600497.

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

Color convert

RGB 177 41 9 -
CMYK 0 0.77 0.95 0.31
HSL 11.43º 0.9% 0.36% -
HSV(B) 11.43º 0.95% 0.69% -
XYZ 18.97 10.95 1.37 -
YUV 78.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 177 41 9 0 0.77 0.95 0.31 11.43 0.9 0.36
Hex B1 29 9 0 4D 5F 1F B 5A 24
Octal 261 51 11 0 115 137 37 13 132 44
Binary 10110001 101001 1001 0 1001101 1011111 11111 1011 1011010 100100

Color Harmonies of #B12909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12909

Black with #B12909

Text Example


Text Example

White with #B12909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12909; }

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

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

background-color css

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

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

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

border-color css

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

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

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