Html Css Color HEX #B14B12 Rust

📋 copy color: '#B14B12'

red 177 ◦ green 75 ◦ blue 18

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

Shades of Rust #B14B12

Tints of Rust #B14B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 65.56%
G = 27.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14B12 (or 0xB14B12) is known color: Rust. HEX triplet: B1, 4B and 12. RGB value is (177,75,18). Sum of RGB (Red+Green+Blue) = 177+75+18=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14B12 is #4EB4ED. Grayscale: #636363. Windows color (decimal): -5158126 or 1199025. OLE color: 1199025.

HSL color Cylindrical-coordinate representation of color #B14B12: hue angle of 21.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14B12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 18 -
CMYK 0 0.58 0.90 0.31
HSL 21.51º 0.82% 0.38% -
HSV(B) 21.51º 0.9% 0.69% -
XYZ 20.76 14.42 2.26 -
YUV 99 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 177 75 18 0 0.58 0.90 0.31 21.51 0.82 0.38
Hex B1 4B 12 0 3A 5A 1F 16 52 26
Octal 261 113 22 0 72 132 37 26 122 46
Binary 10110001 1001011 10010 0 111010 1011010 11111 10110 1010010 100110

Color Harmonies of #B14B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B12

Black with #B14B12

Text Example


Text Example

White with #B14B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B12; }

 p { color: rgb(177,75,18); }

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

background-color css

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

 a { background-color: rgb(177,75,18); }

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

border-color css

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

 span { border-color: rgb(177,75,18); }

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