Html Css Color HEX #B12A05 Rust

📋 copy color: '#B12A05'

red 177 ◦ green 42 ◦ blue 5

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

Shades of Rust #B12A05

Tints of Rust #B12A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

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

R = 79.02%
G = 18.75%
B = 2.23%

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

#B12A05 (or 0xB12A05) is known color: Rust. HEX triplet: B1, 2A and 05. RGB value is (177,42,5). Sum of RGB (Red+Green+Blue) = 177+42+5=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A05 is #4ED5FA. Grayscale: #4E4E4E. Windows color (decimal): -5166587 or 338609. OLE color: 338609.

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

Color convert

RGB 177 42 5 -
CMYK 0 0.76 0.97 0.31
HSL 12.91º 0.95% 0.36% -
HSV(B) 12.91º 0.97% 0.69% -
XYZ 18.99 11.01 1.27 -
YUV 78.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 177 42 5 0 0.76 0.97 0.31 12.91 0.95 0.36
Hex B1 2A 5 0 4C 61 1F D 5F 24
Octal 261 52 5 0 114 141 37 15 137 44
Binary 10110001 101010 101 0 1001100 1100001 11111 1101 1011111 100100

Color Harmonies of #B12A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12A05

Black with #B12A05

Text Example


Text Example

White with #B12A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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