Html Css Color HEX #B12600 Rust

📋 copy color: '#B12600'

red 177 ◦ green 38 ◦ blue 0

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

Shades of Rust #B12600

Tints of Rust #B12600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 82.33%
G = 17.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B12600 (or 0xB12600) is known color: Rust. HEX triplet: B1, 26 and 00. RGB value is (177,38,0). Sum of RGB (Red+Green+Blue) = 177+38+0=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B12600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12600 is #4ED9FF. Grayscale: #4B4B4B. Windows color (decimal): -5167616 or 9905. OLE color: 9905.

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

Color convert

RGB 177 38 0 -
CMYK 0 0.79 1 0.31
HSL 12.88º 1% 0.35% -
HSV(B) 12.88º 1% 0.69% -
XYZ 18.82 10.73 1.08 -
YUV 75.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 177 38 0 0 0.79 1 0.31 12.88 1 0.35
Hex B1 26 0 0 4F 64 1F D 64 23
Octal 261 46 0 0 117 144 37 15 144 43
Binary 10110001 100110 0 0 1001111 1100100 11111 1101 1100100 100011

Color Harmonies of #B12600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12600

Black with #B12600

Text Example


Text Example

White with #B12600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12600; }

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

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

background-color css

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

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

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

border-color css

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

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

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