Html Css Color HEX #B12B05 Rust

📋 copy color: '#B12B05'

red 177 ◦ green 43 ◦ blue 5

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

Shades of Rust #B12B05

Tints of Rust #B12B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 78.67%
G = 19.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B12B05 (or 0xB12B05) is known color: Rust. HEX triplet: B1, 2B and 05. RGB value is (177,43,5). Sum of RGB (Red+Green+Blue) = 177+43+5=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B05 is #4ED4FA. Grayscale: #4F4F4F. Windows color (decimal): -5166331 or 338865. OLE color: 338865.

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

Color convert

RGB 177 43 5 -
CMYK 0 0.76 0.97 0.31
HSL 13.26º 0.95% 0.36% -
HSV(B) 13.26º 0.97% 0.69% -
XYZ 19.02 11.09 1.28 -
YUV 78.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 177 43 5 0 0.76 0.97 0.31 13.26 0.95 0.36
Hex B1 2B 5 0 4C 61 1F D 5F 24
Octal 261 53 5 0 114 141 37 15 137 44
Binary 10110001 101011 101 0 1001100 1100001 11111 1101 1011111 100100

Color Harmonies of #B12B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12B05

Black with #B12B05

Text Example


Text Example

White with #B12B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12B05; }

 p { color: rgb(177,43,5); }

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

background-color css

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

 a { background-color: rgb(177,43,5); }

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

border-color css

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

 span { border-color: rgb(177,43,5); }

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