Html Css Color HEX #B14C15 Rust

📋 copy color: '#B14C15'

red 177 ◦ green 76 ◦ blue 21

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

Shades of Rust #B14C15

Tints of Rust #B14C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 64.6%
G = 27.74%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14C15 (or 0xB14C15) is known color: Rust. HEX triplet: B1, 4C and 15. RGB value is (177,76,21). Sum of RGB (Red+Green+Blue) = 177+76+21=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C15 is #4EB3EA. Grayscale: #646464. Windows color (decimal): -5157867 or 1395889. OLE color: 1395889.

HSL color Cylindrical-coordinate representation of color #B14C15: hue angle of 21.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14C15 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 76 21 -
CMYK 0 0.57 0.88 0.31
HSL 21.15º 0.79% 0.39% -
HSV(B) 21.15º 0.88% 0.69% -
XYZ 20.85 14.57 2.42 -
YUV 99.93 83.46 182.97 -
System Red Green Blue C M Y K H S L
Decimal 177 76 21 0 0.57 0.88 0.31 21.15 0.79 0.39
Hex B1 4C 15 0 39 58 1F 15 4F 27
Octal 261 114 25 0 71 130 37 25 117 47
Binary 10110001 1001100 10101 0 111001 1011000 11111 10101 1001111 100111

Color Harmonies of #B14C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C15

Black with #B14C15

Text Example


Text Example

White with #B14C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C15; }

 p { color: rgb(177,76,21); }

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

background-color css

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

 a { background-color: rgb(177,76,21); }

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

border-color css

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

 span { border-color: rgb(177,76,21); }

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