Html Css Color HEX #B12500 Rust

📋 copy color: '#B12500'

red 177 ◦ green 37 ◦ blue 0

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

Shades of Rust #B12500

Tints of Rust #B12500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

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

R = 82.71%
G = 17.29%
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

#B12500 (or 0xB12500) is known color: Rust. HEX triplet: B1, 25 and 00. RGB value is (177,37,0). Sum of RGB (Red+Green+Blue) = 177+37+0=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B12500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12500 is #4EDAFF. Grayscale: #4A4A4A. Windows color (decimal): -5167872 or 9649. OLE color: 9649.

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

Color convert

RGB 177 37 0 -
CMYK 0 0.79 1 0.31
HSL 12.54º 1% 0.35% -
HSV(B) 12.54º 1% 0.69% -
XYZ 18.79 10.67 1.07 -
YUV 74.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 177 37 0 0 0.79 1 0.31 12.54 1 0.35
Hex B1 25 0 0 4F 64 1F D 64 23
Octal 261 45 0 0 117 144 37 15 144 43
Binary 10110001 100101 0 0 1001111 1100100 11111 1101 1100100 100011

Color Harmonies of #B12500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12500

Black with #B12500

Text Example


Text Example

White with #B12500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12500; }

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

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

background-color css

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

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

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

border-color css

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

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

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