Html Css Color HEX #B12800 Rust

📋 copy color: '#B12800'

red 177 ◦ green 40 ◦ blue 0

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

Shades of Rust #B12800

Tints of Rust #B12800

RGB

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

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

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

R = 81.57%
G = 18.43%
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

#B12800 (or 0xB12800) is known color: Rust. HEX triplet: B1, 28 and 00. RGB value is (177,40,0). Sum of RGB (Red+Green+Blue) = 177+40+0=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B12800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12800 is #4ED7FF. Grayscale: #4C4C4C. Windows color (decimal): -5167104 or 10417. OLE color: 10417.

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

Color convert

RGB 177 40 0 -
CMYK 0 0.77 1 0.31
HSL 13.56º 1% 0.35% -
HSV(B) 13.56º 1% 0.69% -
XYZ 18.89 10.86 1.1 -
YUV 76.4 84.89 199.75 -
System Red Green Blue C M Y K H S L
Decimal 177 40 0 0 0.77 1 0.31 13.56 1 0.35
Hex B1 28 0 0 4D 64 1F E 64 23
Octal 261 50 0 0 115 144 37 16 144 43
Binary 10110001 101000 0 0 1001101 1100100 11111 1110 1100100 100011

Color Harmonies of #B12800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12800

Black with #B12800

Text Example


Text Example

White with #B12800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12800; }

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

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

background-color css

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

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

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

border-color css

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

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

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