Html Css Color HEX #B14305 Rust

📋 copy color: '#B14305'

red 177 ◦ green 67 ◦ blue 5

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

Shades of Rust #B14305

Tints of Rust #B14305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 71.08%
G = 26.91%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B14305 (or 0xB14305) is known color: Rust. HEX triplet: B1, 43 and 05. RGB value is (177,67,5). Sum of RGB (Red+Green+Blue) = 177+67+5=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B14305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14305 is #4EBCFA. Grayscale: #5D5D5D. Windows color (decimal): -5160187 or 345009. OLE color: 345009.

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

Color convert

RGB 177 67 5 -
CMYK 0 0.62 0.97 0.31
HSL 21.63º 0.95% 0.36% -
HSV(B) 21.63º 0.97% 0.69% -
XYZ 20.17 13.37 1.66 -
YUV 92.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 177 67 5 0 0.62 0.97 0.31 21.63 0.95 0.36
Hex B1 43 5 0 3E 61 1F 16 5F 24
Octal 261 103 5 0 76 141 37 26 137 44
Binary 10110001 1000011 101 0 111110 1100001 11111 10110 1011111 100100

Color Harmonies of #B14305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14305

Black with #B14305

Text Example


Text Example

White with #B14305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14305; }

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

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

background-color css

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

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

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

border-color css

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

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

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