Html Css Color HEX #B14B06 Rust

📋 copy color: '#B14B06'

red 177 ◦ green 75 ◦ blue 6

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

Shades of Rust #B14B06

Tints of Rust #B14B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 68.6%
G = 29.07%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B14B06 (or 0xB14B06) is known color: Rust. HEX triplet: B1, 4B and 06. RGB value is (177,75,6). Sum of RGB (Red+Green+Blue) = 177+75+6=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14B06 is #4EB4F9. Grayscale: #626262. Windows color (decimal): -5158138 or 412593. OLE color: 412593.

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

Color convert

RGB 177 75 6 -
CMYK 0 0.58 0.97 0.31
HSL 24.21º 0.93% 0.36% -
HSV(B) 24.21º 0.97% 0.69% -
XYZ 20.68 14.39 1.86 -
YUV 97.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 177 75 6 0 0.58 0.97 0.31 24.21 0.93 0.36
Hex B1 4B 6 0 3A 61 1F 18 5D 24
Octal 261 113 6 0 72 141 37 30 135 44
Binary 10110001 1001011 110 0 111010 1100001 11111 11000 1011101 100100

Color Harmonies of #B14B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B06

Black with #B14B06

Text Example


Text Example

White with #B14B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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