Html Css Color HEX #B14C10 Rust

📋 copy color: '#B14C10'

red 177 ◦ green 76 ◦ blue 16

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

Shades of Rust #B14C10

Tints of Rust #B14C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 65.8%
G = 28.25%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B14C10 (or 0xB14C10) is known color: Rust. HEX triplet: B1, 4C and 10. RGB value is (177,76,16). Sum of RGB (Red+Green+Blue) = 177+76+16=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C10 is #4EB3EF. Grayscale: #636363. Windows color (decimal): -5157872 or 1068209. OLE color: 1068209.

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

Color convert

RGB 177 76 16 -
CMYK 0 0.57 0.91 0.31
HSL 22.36º 0.83% 0.38% -
HSV(B) 22.36º 0.91% 0.69% -
XYZ 20.81 14.55 2.2 -
YUV 99.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 177 76 16 0 0.57 0.91 0.31 22.36 0.83 0.38
Hex B1 4C 10 0 39 5B 1F 16 53 26
Octal 261 114 20 0 71 133 37 26 123 46
Binary 10110001 1001100 10000 0 111001 1011011 11111 10110 1010011 100110

Color Harmonies of #B14C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C10

Black with #B14C10

Text Example


Text Example

White with #B14C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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