Html Css Color HEX #B12D05 Rust

📋 copy color: '#B12D05'

red 177 ◦ green 45 ◦ blue 5

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

Shades of Rust #B12D05

Tints of Rust #B12D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 77.97%
G = 19.82%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B12D05 (or 0xB12D05) is known color: Rust. HEX triplet: B1, 2D and 05. RGB value is (177,45,5). Sum of RGB (Red+Green+Blue) = 177+45+5=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D05 is #4ED2FA. Grayscale: #505050. Windows color (decimal): -5165819 or 339377. OLE color: 339377.

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

Color convert

RGB 177 45 5 -
CMYK 0 0.75 0.97 0.31
HSL 13.95º 0.95% 0.36% -
HSV(B) 13.95º 0.97% 0.69% -
XYZ 19.1 11.23 1.31 -
YUV 79.91 85.73 197.25 -
System Red Green Blue C M Y K H S L
Decimal 177 45 5 0 0.75 0.97 0.31 13.95 0.95 0.36
Hex B1 2D 5 0 4B 61 1F E 5F 24
Octal 261 55 5 0 113 141 37 16 137 44
Binary 10110001 101101 101 0 1001011 1100001 11111 1110 1011111 100100

Color Harmonies of #B12D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D05

Black with #B12D05

Text Example


Text Example

White with #B12D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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