Html Css Color HEX #B12805 Rust

📋 copy color: '#B12805'

red 177 ◦ green 40 ◦ blue 5

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

Shades of Rust #B12805

Tints of Rust #B12805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 79.73%
G = 18.02%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B12805 (or 0xB12805) is known color: Rust. HEX triplet: B1, 28 and 05. RGB value is (177,40,5). Sum of RGB (Red+Green+Blue) = 177+40+5=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B12805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12805 is #4ED7FA. Grayscale: #4D4D4D. Windows color (decimal): -5167099 or 338097. OLE color: 338097.

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

Color convert

RGB 177 40 5 -
CMYK 0 0.77 0.97 0.31
HSL 12.21º 0.95% 0.36% -
HSV(B) 12.21º 0.97% 0.69% -
XYZ 18.92 10.88 1.25 -
YUV 76.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 177 40 5 0 0.77 0.97 0.31 12.21 0.95 0.36
Hex B1 28 5 0 4D 61 1F C 5F 24
Octal 261 50 5 0 115 141 37 14 137 44
Binary 10110001 101000 101 0 1001101 1100001 11111 1100 1011111 100100

Color Harmonies of #B12805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12805

Black with #B12805

Text Example


Text Example

White with #B12805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12805; }

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

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

background-color css

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

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

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

border-color css

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

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

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