Html Css Color HEX #B12900 Rust

📋 copy color: '#B12900'

red 177 ◦ green 41 ◦ blue 0

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

Shades of Rust #B12900

Tints of Rust #B12900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.19%
G = 18.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B12900 (or 0xB12900) is known color: Rust. HEX triplet: B1, 29 and 00. RGB value is (177,41,0). Sum of RGB (Red+Green+Blue) = 177+41+0=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B12900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12900 is #4ED6FF. Grayscale: #4D4D4D. Windows color (decimal): -5166848 or 10673. OLE color: 10673.

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

Color convert

RGB 177 41 0 -
CMYK 0 0.77 1 0.31
HSL 13.9º 1% 0.35% -
HSV(B) 13.9º 1% 0.69% -
XYZ 18.92 10.93 1.11 -
YUV 76.99 84.56 199.33 -
System Red Green Blue C M Y K H S L
Decimal 177 41 0 0 0.77 1 0.31 13.9 1 0.35
Hex B1 29 0 0 4D 64 1F E 64 23
Octal 261 51 0 0 115 144 37 16 144 43
Binary 10110001 101001 0 0 1001101 1100100 11111 1110 1100100 100011

Color Harmonies of #B12900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12900

Black with #B12900

Text Example


Text Example

White with #B12900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12900; }

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

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

background-color css

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

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

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

border-color css

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

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

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