Html Css Color HEX #B12705 Rust

📋 copy color: '#B12705'

red 177 ◦ green 39 ◦ blue 5

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

Shades of Rust #B12705

Tints of Rust #B12705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 80.09%
G = 17.65%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B12705 (or 0xB12705) is known color: Rust. HEX triplet: B1, 27 and 05. RGB value is (177,39,5). Sum of RGB (Red+Green+Blue) = 177+39+5=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B12705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12705 is #4ED8FA. Grayscale: #4C4C4C. Windows color (decimal): -5167355 or 337841. OLE color: 337841.

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

Color convert

RGB 177 39 5 -
CMYK 0 0.78 0.97 0.31
HSL 11.86º 0.95% 0.36% -
HSV(B) 11.86º 0.97% 0.69% -
XYZ 18.88 10.81 1.23 -
YUV 76.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 177 39 5 0 0.78 0.97 0.31 11.86 0.95 0.36
Hex B1 27 5 0 4E 61 1F C 5F 24
Octal 261 47 5 0 116 141 37 14 137 44
Binary 10110001 100111 101 0 1001110 1100001 11111 1100 1011111 100100

Color Harmonies of #B12705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12705

Black with #B12705

Text Example


Text Example

White with #B12705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12705; }

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

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

background-color css

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

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

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

border-color css

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

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

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